diff --git a/package.json b/package.json index 84b4f1d..f1daa50 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", - "@zsviczian/excalidraw": "0.18.0-23", + "@zsviczian/excalidraw": "0.18.0-24", "chroma-js": "^2.4.2", "clsx": "^2.0.0", "@zsviczian/colormaster": "^1.2.2", diff --git a/src/view/ExcalidrawView.ts b/src/view/ExcalidrawView.ts index 4708b44..2cd9c47 100644 --- a/src/view/ExcalidrawView.ts +++ b/src/view/ExcalidrawView.ts @@ -3822,7 +3822,8 @@ export default class ExcalidrawView extends TextFileView implements HoverParent{ event: this.lastMouseEvent, source: VIEW_TYPE_EXCALIDRAW, hoverParent: this, - targetEl: this.hoverPreviewTarget, //null //0.15.0 hover editor!! + //https://discord.com/channels/686053708261228577/989603365606531104/1386783538795249715 + //targetEl: this.hoverPreviewTarget, //null //0.15.0 hover editor!! linktext: this.plugin.hover.linkText, sourcePath: this.plugin.hover.sourcePath, });