Merge pull request #455 from yuanhan1890/patch-1

fix(scene): hasImage未返回有效值
This commit is contained in:
@thinkinggis 2020-07-27 14:36:29 +08:00 committed by GitHub
commit 5d2e4c89ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class Scene
}
public hasImage(id: string) {
this.iconService.hasImage(id);
return this.iconService.hasImage(id);
}
public removeImage(id: string) {