We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f461d45 commit ca904d6Copy full SHA for ca904d6
1 file changed
browser/main/Main.js
@@ -85,6 +85,7 @@ class Main extends React.Component {
85
}
86
87
handleMouseUp (e) {
88
+ // Change width of NoteList component.
89
if (this.state.isRightSliderFocused) {
90
this.setState({
91
isRightSliderFocused: false
@@ -99,6 +100,8 @@ class Main extends React.Component {
99
100
})
101
102
103
+
104
+ // Change width of SideNav component.
105
if (this.state.isLeftSliderFocused) {
106
107
isLeftSliderFocused: false
0 commit comments