chore: Update twilight version, b=closes #10256, c=tabs, workspaces

This commit is contained in:
mr. m
2025-09-06 04:38:10 +02:00
parent aefe74e934
commit 798c5f8d85
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/browser/components/tabbrowser/content/tabs.js b/browser/components/tabbrowser/content/tabs.js
index e2b27db6c13278defea3bcc7606a8da54e7d001c..3033f5c98c94cf4b048432dfee72e20f4d8e37b6 100644
index e2b27db6c13278defea3bcc7606a8da54e7d001c..91e772ab0fed5be50e6dfee40eaa24888de67ccb 100644
--- a/browser/components/tabbrowser/content/tabs.js
+++ b/browser/components/tabbrowser/content/tabs.js
@@ -332,7 +332,7 @@
@@ -7,7 +7,7 @@ index e2b27db6c13278defea3bcc7606a8da54e7d001c..3033f5c98c94cf4b048432dfee72e20f
if (
event.button != 0 ||
- event.target != this.arrowScrollbox ||
+ !event.target.classList.contains("zen-workspace-normal-tabs-section") ||
+ !event.target.classList.contains("zen-workspace-empty-space") ||
event.composedTarget.localName == "toolbarbutton"
) {
return;

View File

@@ -1493,8 +1493,8 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
if (container) {
if (tab.group?.hasAttribute('split-view-group')) {
gBrowser.zenHandleTabMove(tab.group, () => {
for (const tab of tab.group.tabs) {
tab.setAttribute('zen-workspace-id', workspaceID);
for (const subTab of tab.group.tabs) {
subTab.setAttribute('zen-workspace-id', workspaceID);
}
container.insertBefore(tab.group, container.lastChild);
});

View File

@@ -19,7 +19,7 @@
"brandShortName": "Zen",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.15.4b",
"displayVersion": "1.15.5b",
"github": {
"repo": "zen-browser/desktop"
},
@@ -39,7 +39,7 @@
"brandShortName": "Twilight",
"brandFullName": "Zen Twilight",
"release": {
"displayVersion": "1.15t",
"displayVersion": "1.16t",
"github": {
"repo": "zen-browser/desktop"
}