Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 25d1215

Browse files
committed
Bug 1966040 - Tab group drag image offset should match that of tabs. r=jswinarton,tabbrowser-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D249046
1 parent fdb2960 commit 25d1215

File tree

1 file changed

+0
-1
lines changed
  • browser/components/tabbrowser/content

1 file changed

+0
-1
lines changed

browser/components/tabbrowser/content/tabs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,6 @@
800800
let browser = isTab(tab) && tab.linkedBrowser;
801801
if (isTabGroupLabel(tab)) {
802802
toDrag = tab;
803-
dragImageOffset = -32;
804803
} else if (gMultiProcessBrowser) {
805804
var context = canvas.getContext("2d");
806805
context.fillStyle = "white";

0 commit comments

Comments
 (0)