mirror of https://github.com/laurent22/joplin.git
fix layout issue introduced by #1991
parent
57a4b48c9b
commit
67266af1ae
|
@ -390,6 +390,7 @@ class MainScreenComponent extends React.Component {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isNoteListVisible === false) {
|
if (isNoteListVisible === false) {
|
||||||
|
this.styles_.noteList.width = 0;
|
||||||
this.styles_.noteList.display = 'none';
|
this.styles_.noteList.display = 'none';
|
||||||
this.styles_.verticalResizer.display = 'none';
|
this.styles_.verticalResizer.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue