sissilab / obsidian-image-toolkit

An Obsidian plugin for viewing an image.
MIT License
313 stars 23 forks source link

optimize double-click #123

Open rust17 opened 1 month ago

rust17 commented 1 month ago

fix https://github.com/sissilab/obsidian-image-toolkit/issues/122

PS: I remove the double-click event handling logic from the setClickTimer function because it was redundant with the changes in this PR. I think the setClickTimer function is no longer necessary, but I'm not fully confirm that it can be deleted.