pjeby / pane-relief

Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
223 stars 6 forks source link

[Bug]: Can't grab the title bar above the left sidebar when using Sliding Pane #48

Closed nhan000 closed 1 year ago

nhan000 commented 1 year ago

Using Sliding Pane and open 3 or more panes:

image

image

pjeby commented 1 year ago

That's strange. It's acting as if the panes are being scrolled under the sidebar, but over the drag area. It appears to be an issue with the way the rendering engine handles overlap, which means it's going to be very difficult to fix without rearranging how Obsidian renders things or implementing some sort of weird floating element over the empty space to keep it functioning.

nhan000 commented 1 year ago

thank you for looking into this. I'll learn to live with it then. Your plugins have helped me so much!

pjeby commented 1 year ago

Oh, I'm planning to fix it, it's just going to take a little time. I have an idea of how to do it, but I don't know if it'll work or what further glitches it might cause. So I can't promise anything on when just yet.

pjeby commented 1 year ago

Okay, 0.5.0 is out with a tentative fix for this and other issues - let me know how it works.

nhan000 commented 1 year ago

It works great! Thank you so much!