mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Fix test executuion error.
This commit is contained in:
parent
ca0d97da2a
commit
35dc21dea9
@ -32,7 +32,7 @@ class Editor {
|
||||
}
|
||||
|
||||
isMapLoadded(): boolean {
|
||||
return this.component.isLoaded();
|
||||
return this.component?.isLoaded();
|
||||
}
|
||||
|
||||
save(minor: boolean): void {
|
||||
|
Loading…
Reference in New Issue
Block a user