Expected & actual behavior
Should not lock it to mouse on release but just move it back to original position. (just like Esc)
Locks to mouse when releasing left button click.
Steps to reproduce
Now moves with mouse without you holding the button.
Is the bug persistent or intermittent?
Persistent
Screenshots

Additional information
Only tested on windows 10.
Thanks, I see the same on macOS
awesome! I think there was a work around for it before but I can't remember the commit. :/
It looks like a change in electron4. The webview gobbles the mouse events when you drag over it which means the icon gets stuck until you return to the sidebar.
https://github.com/wavebox/waveboxapp/commit/b6d75ad1e387262a1c0170881aa304b208b2019e should fix this :)
works perfectly!
That's just gone out in the latest beta, thanks! :)