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

@@ -30,7 +30,10 @@ const ALLOWED_OPTIONS = new Set([
'spellCheckEnabled',
'spellCheckLanguageCode',
'imageMaxWidthHeight',
'imageJpegQuality'
'imageJpegQuality',
'leftPaneWidth',
'rightPaneWidth',
'rightPaneVisible'
]);
async function getOptions() {