1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

fix layout issue introduced by #1991

This commit is contained in:
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

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