mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 19:09:59 +02:00
refactor: Update splitViews module and split-views configuration
This commit is contained in:
parent
0b1af942fe
commit
dcc7aafbe9
3 changed files with 4 additions and 2 deletions
|
@ -13,6 +13,8 @@ class SplitViewsBase {
|
|||
this.data = [];
|
||||
this.currentView = -1;
|
||||
this.addEventListeners();
|
||||
// Added to "navigator-toolbox" element
|
||||
this.parentSplitIndicator = this.config.splitIndicator + '-view';
|
||||
this.log('SplitViewsBase initialized');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue