1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

The snippet subtab was successfully deleted.

This commit is contained in:
Sosuke Suzuki
2017-03-16 01:36:58 +09:00
parent b91b88f16e
commit 0f43485606

View File

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