mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
1.7.3 beta release
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user