mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:49:59 +02:00
Fixed split view shortcuts
This commit is contained in:
parent
9b90aab014
commit
fb65629993
1 changed files with 1 additions and 3 deletions
|
@ -398,9 +398,7 @@ var gZenViewSplitter = new class {
|
|||
container.setAttribute("zen-split-anim", "true");
|
||||
container.addEventListener("click", this.handleTabClick);
|
||||
|
||||
if (gridType === "grid") {
|
||||
container.style.gridArea = `tab${index + 1}`;
|
||||
}
|
||||
container.style.gridArea = `tab${index + 1}`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue