diff --git a/src/ExcalidrawView.ts b/src/ExcalidrawView.ts index 9ba77fd..e0a0bd3 100644 --- a/src/ExcalidrawView.ts +++ b/src/ExcalidrawView.ts @@ -888,6 +888,8 @@ export default class ExcalidrawView extends TextFileView { diskIcon: HTMLElement; onload() { + //@ts-ignore + this.containerEl.onWindowMigrated(()=>this.leaf.rebuildView()); const doc = app.isMobile?document:this.containerEl.ownerDocument; this.ownerDocument = doc; this.ownerWindow = this.ownerDocument.defaultView; diff --git a/src/dialogs/Messages.ts b/src/dialogs/Messages.ts index 3a98c62..a2a19f1 100644 --- a/src/dialogs/Messages.ts +++ b/src/dialogs/Messages.ts @@ -17,6 +17,9 @@ I develop this plugin as a hobby, spending most of my free time doing this. If y
`, +"1.7.3": ` +Obsidian 0.15.3 support for dragging and dropping work panes between Obsidian windows. +`, "1.7.2": ` Due to some of the changes to the code, I highly recommend restarting Obsidian after installing this update to Excalidraw.