You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yuvve recorded the following issue for Excalidraw: zsviczian/obsidian-excalidraw-plugin#124
I was able to reproduce the error. I looked at your source code. Based on my quick scan I would try adding
I am not really sure if this will solve the problem, but it seems you make modifications to the document object even if the view is not a markdown view: see here
The text was updated successfully, but these errors were encountered:
Indeed, this code is ancient and needs some urgent renewal, it actually even precedes Obsidian's formal API...
I'll make the needed adjustments and test them as soon as I get the chance.
Fixed.
The issue was eventually in the very hacky way the plugin overwrote @media print style rules for the purpose of RTLing exports. It's still way more hacky than I'd want, but it's now far more selective and doesn't interfere with Excalidraw.
Also, just for the heck of it I also added better checking for the view type before making these overwrites.
@yuvve recorded the following issue for Excalidraw: zsviczian/obsidian-excalidraw-plugin#124
I was able to reproduce the error. I looked at your source code. Based on my quick scan I would try adding
to here
I am not really sure if this will solve the problem, but it seems you make modifications to the document object even if the view is not a markdown view: see here
The text was updated successfully, but these errors were encountered: