We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e824190 commit e42b166Copy full SHA for e42b166
browser/components/tabbrowser/content/tabs.js
@@ -800,7 +800,6 @@
800
let browser = isTab(tab) && tab.linkedBrowser;
801
if (isTabGroupLabel(tab)) {
802
toDrag = tab;
803
- dragImageOffset = -32;
804
} else if (gMultiProcessBrowser) {
805
var context = canvas.getContext("2d");
806
context.fillStyle = "white";
0 commit comments