1.7.3 beta release

This commit is contained in:
Zsolt Viczian
2022-06-24 10:16:38 +02:00
parent 108293ae5c
commit 08e4e1f131
2 changed files with 5 additions and 0 deletions

View File

@@ -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;

View File

@@ -17,6 +17,9 @@ I develop this plugin as a hobby, spending most of my free time doing this. If y
<div class="ex-coffee-div"><a href="https://ko-fi.com/zsolt"><img src="https://cdn.ko-fi.com/cdn/kofi3.png?v=3" height=45></a></div>
`,
"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.