aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
244 stars 13 forks source link

Middle mouse click on a folder note opens two identical tabs. CTRL+Click opens only one as intended. #126

Open J3ster1337 opened 12 months ago

georgebyte commented 9 months ago

I'm experiencing the same issue. I've done some quick debugging and it seems the middle mouse click handler is executed twice - call to plugin.app.workspace.openLinkText(...) in https://github.com/aidenlx/alx-folder-note/blob/2a0af99bd40c32d173b74f315ab23de1ec81d24a/src/click-handler.ts#L48