tkrkt / linenote

VSCode extension to add notes to the line of code.
https://marketplace.visualstudio.com/items?itemName=tkrkt.linenote
MIT License
74 stars 21 forks source link

Links in popup tooltip Note are no longer clickable/reachable #36

Open dokmanc opened 7 months ago

dokmanc commented 7 months ago

When I used to hover over a note, a markdown tooltip popup note would appear and I would be able to place my mouse within the note and do one of the following:

  1. Click the Edit button
  2. Click the Delete button
  3. Scroll down to see the text in a long note

Now, the tool top disappears as soon as I am no longer hovering over the line (or lines) that the note is documenting. For example, if I try to hover over the note to click on anything within the note (to do 1, 2 or 3 above), the note disappears.

I see that there have been no changes to this extension for a long time, I'm speculating the something changed with VS Code in the interum?