By “auto-grouping” you mean that it groups when you drag and drop, but you still want it available in the context menu? You could set browser.tabs.dragDrop.createGroup.delayMS in about:config to a very high number - then you’ll have to hold one tab over the other for a long time before it actually offers to group them.
Thanks that would be fine as well, it was just a little too short that I was triggering it by accident
A value of
browser.tabs.dragDrop.createGroup.delayMS=1000
doesn’t get in the way
By “auto-grouping” you mean that it groups when you drag and drop, but you still want it available in the context menu? You could set
browser.tabs.dragDrop.createGroup.delayMS
inabout:config
to a very high number - then you’ll have to hold one tab over the other for a long time before it actually offers to group them.Thanks that would be fine as well, it was just a little too short that I was triggering it by accident A value of browser.tabs.dragDrop.createGroup.delayMS=1000 doesn’t get in the way