mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
false alarm...
This commit is contained in:
@@ -736,6 +736,7 @@ export default class ExcalidrawPlugin extends Plugin {
|
||||
for(const key of this.workspaceEventHandlers.keys())
|
||||
this.app.workspace.off(key,this.workspaceEventHandlers.get(key));
|
||||
this.observer.disconnect();
|
||||
this.linkIndex.deregisterEventHandlers();
|
||||
}
|
||||
|
||||
public embedDrawing(data:string) {
|
||||
|
||||
Reference in New Issue
Block a user