1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #805 from asmsuechan/fix-typo-of-fullscreen

Fix typo regarding fullscreen
This commit is contained in:
SuenagaRyota
2017-08-15 20:29:22 +09:00
committed by GitHub

View File

@@ -172,8 +172,8 @@ class Main extends React.Component {
}
hideLeftLists (noteDetail, noteList, mainBody) {
this.setState({noteDetail: noteDetail.style.left})
this.setState({mainBody: mainBody.style.left})
this.setState({noteDetailWidth: noteDetail.style.left})
this.setState({mainBodyWidth: mainBody.style.left})
noteDetail.style.left = '0px'
mainBody.style.left = '0px'
noteList.style.display = 'none'