mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix permanently deleting note
- Permanently deleting note would not remove note from list until after refresh - Fix so permanently deleted note is removed list
This commit is contained in:
@@ -203,10 +203,9 @@ class SnippetNoteDetail extends React.Component {
|
||||
}, () => {
|
||||
this.save()
|
||||
})
|
||||
|
||||
ee.emit('list:next')
|
||||
}
|
||||
}
|
||||
ee.emit('list:next')
|
||||
}
|
||||
|
||||
handleUndoButtonClick (e) {
|
||||
|
||||
Reference in New Issue
Block a user