refactor: Update splitViews module and split-views configuration

This commit is contained in:
Mauro Balades 2024-08-06 11:16:53 +02:00
parent 0b1af942fe
commit dcc7aafbe9
3 changed files with 4 additions and 2 deletions

View file

@ -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');
}