1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Andy Klimczak
2018-01-30 23:13:38 -05:00
parent d894bb4aab
commit dc03bb76e6
2 changed files with 6 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ class SnippetNoteDetail extends React.Component {
}
ee.once('list:moved', dispatchHandler)
})
.then(() => ee.emit('list:moved'))
}
} else {
if (confirmDeletion()) {
@@ -203,9 +204,10 @@ class SnippetNoteDetail extends React.Component {
}, () => {
this.save()
})
ee.emit('list:next')
}
}
ee.emit('list:next')
}
handleUndoButtonClick (e) {