You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I have kind of fixed this. (waiting 200ms -> 500ms)
There are two different events controling heighlighing and expanding——cusor position change and scroll. But when you click a heading, both event occurs. So sometimes calculating to different position results. Current strategy is, when clicking a heading, scroll event will be blocked for 500ms, so only cursor position change takes effect. But 500ms may not be a perfect choice, clicking too fast can make it lose effectiveness.
Upon clicking on a heading in the quiet outline, the heading above is expanded, rather than the one clicked.
https://github.com/guopenghui/obsidian-quiet-outline/assets/85257386/771f791a-d5ec-40c3-977c-362871c66dd2
The text was updated successfully, but these errors were encountered: