mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
fixing some code from the comments
This commit is contained in:
@@ -49,13 +49,9 @@ class SnippetNoteDetail extends React.Component {
|
||||
}, props.note, {
|
||||
snippets: props.note.snippets.map((snippet) => Object.assign({}, snippet))
|
||||
}),
|
||||
fullScreen: {
|
||||
status: false,
|
||||
oldState: {
|
||||
nd : 0,
|
||||
mb : 0
|
||||
}
|
||||
}
|
||||
fullScreen: false,
|
||||
widthOfNoteDetail: 0,
|
||||
widthOfMainBody: 0
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user