mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fixing some code from the comments
This commit is contained in:
@@ -31,13 +31,9 @@ class MarkdownNoteDetail extends React.Component {
|
||||
}, props.note),
|
||||
isLockButtonShown: false,
|
||||
isLocked: false,
|
||||
fullScreen: {
|
||||
status: false,
|
||||
oldState: {
|
||||
nd : 0,
|
||||
mb : 0
|
||||
}
|
||||
}
|
||||
fullScreen: false,
|
||||
widthOfNoteDetail: 0,
|
||||
widthOfMainBody: 0
|
||||
}
|
||||
this.dispatchTimer = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user