mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Fix test executuion error.
This commit is contained in:
@ -32,7 +32,7 @@ class Editor {
|
||||
}
|
||||
|
||||
isMapLoadded(): boolean {
|
||||
return this.component.isLoaded();
|
||||
return this.component?.isLoaded();
|
||||
}
|
||||
|
||||
save(minor: boolean): void {
|
||||
|
Reference in New Issue
Block a user