mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:09:58 +02:00
refactor: Add split indicator attribute to styleContainer method
This commit is contained in:
parent
8284c96473
commit
de5090fe9c
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ class SplitViewsBase extends SplitViewsUtils {
|
|||
*/
|
||||
styleContainer(container, isActive, index, gridType) {
|
||||
container.removeAttribute("split-active");
|
||||
container.setAttribute(this.config.splitIndicator, "true");
|
||||
if (isActive) {
|
||||
container.setAttribute("split-active", "true");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue