mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
for got run eslint
This commit is contained in:
@@ -168,14 +168,14 @@ class Main extends React.Component {
|
||||
})
|
||||
}
|
||||
|
||||
hideLeftLists(noteDetail, mainBody) {
|
||||
hideLeftLists (noteDetail, mainBody) {
|
||||
this.state.noteDetailWidth = noteDetail.style.left
|
||||
this.state.mainBodyWidth = mainBody.style.left
|
||||
noteDetail.style.left = '0px'
|
||||
mainBody.style.left = '0px'
|
||||
}
|
||||
|
||||
showLeftLists(noteDetail, mainBody) {
|
||||
showLeftLists (noteDetail, mainBody) {
|
||||
noteDetail.style.left = this.state.noteDetailWidth
|
||||
mainBody.style.left = this.state.mainBodyWidth
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user