saving size and visibility state of the panes

This commit is contained in:
zadam
2019-12-23 20:34:29 +01:00
parent e0368e395c
commit c89514f9bb
6 changed files with 65 additions and 23 deletions

View File

@@ -175,8 +175,6 @@ noteTooltipService.setupGlobalTooltip();
noteAutocompleteService.init();
splitService.setupSplitWithSidebar();
if (utils.isElectron()) {
import("./services/spell_check.js").then(spellCheckService => spellCheckService.initSpellCheck());
}