mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-30 19:24:17 +00:00
feat: New drag and drop promo for essentials, p=#11891
* feat: New drag and drop promo for essentials, b=no-bug, c=tabs, common, split-view, workspaces * feat: Finish impl, b=no-bug, c=common, compact-mode, glance, split-view, tabs, vendor * feat: Add a pref to disable it, b=no-bug, c=tabs * fix: Fix split views having wrong color, b=no-bug, c=split-view * chore: Finish suggestions, b=no-bug, c=tabs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/browser/components/tabbrowser/content/tabs.js b/browser/components/tabbrowser/content/tabs.js
|
||||
index a61b4e7af40f1404bf3555a7011c6211de917635..bb3c822ad14c4ebf0b8792665ff8242f97e501d9 100644
|
||||
index a61b4e7af40f1404bf3555a7011c6211de917635..69e3e360b3040dfcb4541bda57e88b0da1d59be3 100644
|
||||
--- a/browser/components/tabbrowser/content/tabs.js
|
||||
+++ b/browser/components/tabbrowser/content/tabs.js
|
||||
@@ -240,7 +240,7 @@
|
||||
@@ -90,7 +90,7 @@ index a61b4e7af40f1404bf3555a7011c6211de917635..bb3c822ad14c4ebf0b8792665ff8242f
|
||||
+ tabs.splice(i, 1);
|
||||
+ // add the tabs in the group to the list
|
||||
+ tabs.splice(i, 0, ...tab.tabs);
|
||||
+ } else if (tab.classList.contains("zen-tab-group-start")) {
|
||||
+ } else if (!isTab(tab)) {
|
||||
+ tabs.splice(i, 1);
|
||||
+ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user