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