mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #455 from yuanhan1890/patch-1
fix(scene): hasImage未返回有效值
This commit is contained in:
commit
5d2e4c89ff
|
@ -191,7 +191,7 @@ class Scene
|
|||
}
|
||||
|
||||
public hasImage(id: string) {
|
||||
this.iconService.hasImage(id);
|
||||
return this.iconService.hasImage(id);
|
||||
}
|
||||
|
||||
public removeImage(id: string) {
|
||||
|
|
Loading…
Reference in New Issue