-
Hello 👋, I accidentally move pinned tabs all the time, but I don't want to. Can I prevent dragging pinned tabs to somewhere else? Thanks, Tim |
Beta Was this translation helpful? Give feedback.
Answered by
piroor
Feb 27, 2024
Replies: 1 comment 5 replies
-
@piroor would know better than me, but I could only think of two things, but neither I think would work.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an expert option: TST options => check "Unlock Expert Options" => "Drag and Drop" => choose "Do nothing " for "Drag" action, then TST won't detach dragged tabs from the window.
Due to some unfixed edge-case issue around IPC on Firefox itself, sometimes drag session is unexpectedly left living after you release the mouse button and it is terminated on the next starting of a new drag session, thus such a finished zombie drag session firs "dragend" event and causes such an unexpected detaching of a clicked tab. Sadly we addon author side can do nothing about such a bug and just disabling the feature may be only one solution when you see the problem too frequently.