mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 16:30:01 +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,10 +398,8 @@ var gZenViewSplitter = new class {
|
||||||
container.setAttribute("zen-split-anim", "true");
|
container.setAttribute("zen-split-anim", "true");
|
||||||
container.addEventListener("click", this.handleTabClick);
|
container.addEventListener("click", this.handleTabClick);
|
||||||
|
|
||||||
if (gridType === "grid") {
|
|
||||||
container.style.gridArea = `tab${index + 1}`;
|
container.style.gridArea = `tab${index + 1}`;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles the tab click event.
|
* Handles the tab click event.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue