mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
2.0.13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"minAppVersion": "1.1.6",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
@@ -9,4 +9,4 @@
|
||||
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
@@ -3996,7 +3996,7 @@ export default class ExcalidrawView extends TextFileView {
|
||||
}
|
||||
const el = els[0] as ExcalidrawImageElement;
|
||||
const imageFile = this.excalidrawData.getFile(el.fileId);
|
||||
if(!imageFile.isHyperLink) return null;
|
||||
if(!imageFile?.isHyperLink) return null;
|
||||
return {imageEl: el, embeddedFile: imageFile};
|
||||
}
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
|
||||
|
||||
<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>
|
||||
`,
|
||||
"2.0.13":`
|
||||
## Fixed
|
||||
- Excalidraw crashes if you paste an image and right-click on canvas immediately after pasting.
|
||||
`,
|
||||
"2.0.12":`
|
||||
## Fixed
|
||||
- Stencil library not working [#1516](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/1516), [#1517](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/1517)
|
||||
|
||||
Reference in New Issue
Block a user