1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-07 15:13:25 +00:00

Merge pull request #322 from BoostIO/featureSuccessfullyDeleteSubtab

The snippet subtab was successfully deleted.
This commit is contained in:
SuenagaRyota
2017-03-15 13:51:11 -07:00
committed by GitHub
+2
View File
@@ -259,6 +259,8 @@ class SnippetNoteDetail extends React.Component {
this.setState({ this.setState({
note: this.state.note, note: this.state.note,
snippetIndex snippetIndex
}, () => {
this.save()
}) })
} }