Skip to content

Commit

Permalink
1.7.3 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed Jun 24, 2022
1 parent 108293a commit 08e4e1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ExcalidrawView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions src/dialogs/Messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08e4e1f

Please sign in to comment.