artikell / joplin-excalidraw

Implementation of Excalidraw for Joplin.
44 stars 2 forks source link

Possibility to open excalidraw editor multiple times #5

Open KneeClass03 opened 1 year ago

KneeClass03 commented 1 year ago

Hey, I just found the following bug:

If you double click (or even triple click) on the placeholder of an existing drawing, the editor opens up multiple times.

I think the bug can best be described visually:

image

As you can see, another editor is placed to the right of the first editor.

Expected behaviour: Independent on how many times you click on the placeholder, the editor should open just once. A flag that is set on the first click should do the trick.

Side note: The bug only appears when you click on the placeholder. If you click multiple times onto the button on the toolbar, everything works as expected.

Thanks for your work

Kneeclass

artikell commented 1 year ago

Thank you for your issue, I will fix it this weekend.

jmiguelr commented 9 months ago

I've just installed the plugin (thank you for your effort!) and this bug is still there