show/hide switcher for the sidebar

This commit is contained in:
zadam
2019-12-23 16:48:34 +01:00
parent d29c5c4758
commit 15aaead7b9
7 changed files with 52 additions and 26 deletions

View File

@@ -286,11 +286,6 @@ function registerEntrypoints() {
searchNotesService.searchInSubtree(node.data.noteId);
});
Split(['#left-pane', '#center-pane', '#right-pane'], {
sizes: [25, 50, 25],
gutterSize: 5
});
}
export default {