From 08e4e1f131023bf2264f83d4a8345bbb9081edd7 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Fri, 24 Jun 2022 10:16:38 +0200 Subject: [PATCH] 1.7.3 beta release --- src/ExcalidrawView.ts | 2 ++ src/dialogs/Messages.ts | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ExcalidrawView.ts b/src/ExcalidrawView.ts index 9ba77fd0..e0a0bd37 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 3a98c623..a2a19f13 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.