Darakah / obsidian-timelines

Create a timeline view of all notes with the specified combination of tags
MIT License
353 stars 34 forks source link

Bug: Disappearing Notecards On Click #57

Open ethanimproving opened 1 year ago

ethanimproving commented 1 year ago

I would like the ability to open linked notes by clicking on the wikilink in the notecard. However, it appears there's an event listeners that sets the display to "none" on any click. Rather, I would like it to disappear on any outside click, so that when I click the link, the notecard sticks around long enough for the link to register.

Disappearing Notecard