1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 07:01:48 +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

View File

@@ -259,6 +259,8 @@ class SnippetNoteDetail extends React.Component {
this.setState({
note: this.state.note,
snippetIndex
}, () => {
this.save()
})
}