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:
parent
57a4b48c9b
commit
67266af1ae
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user