mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-02 07:58:40 +00:00
fix: bug #7453 - Pinned tabs failing to restore if they got selected before closing, r=split-view, tabs, workspaces
This commit is contained in:
@@ -90,6 +90,10 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
|
||||
this.initializeContextMenu();
|
||||
this.insertIntoContextMenu();
|
||||
|
||||
window.addEventListener('AfterWorkspacesSessionRestore', this.onAfterWorkspaceSessionRestore.bind(this), {
|
||||
once: true,
|
||||
});
|
||||
|
||||
// Add drag over listener to the browser view
|
||||
if (Services.prefs.getBoolPref('zen.splitView.enable-tab-drop')) {
|
||||
const tabBox = document.getElementById('tabbrowser-tabbox');
|
||||
|
Reference in New Issue
Block a user