mgmeyers / obsidian-list-callouts

Create callouts in lists in Obsidian.
GNU General Public License v3.0
312 stars 10 forks source link

Fix Callout Cursor Style and Click Behavior #41

Closed acook closed 1 year ago

acook commented 1 year ago

The BG was resetting the cursor style to the default pointer, even though it is still clickable as a text area to move the cursor to that line.

This changes the background so that clicks pass through it entirely.

This also fixes a minor issue where clicking on an already current callout would erroneously send it to the beginning of the line instead of the end.