fix layout issue introduced by #1991

pull/2028/head^2
Helmut K. C. Tessarek 2019-10-30 16:59:32 -04:00
parent 57a4b48c9b
commit 67266af1ae
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ class MainScreenComponent extends React.Component {
};
if (isNoteListVisible === false) {
this.styles_.noteList.width = 0;
this.styles_.noteList.display = 'none';
this.styles_.verticalResizer.display = 'none';
}