mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Fix
This commit is contained in:
@@ -200,6 +200,7 @@ class MarkdownNoteDetail extends React.Component {
|
||||
}
|
||||
ee.once('list:moved', dispatchHandler)
|
||||
})
|
||||
.then(() => ee.emit('list:moved'))
|
||||
}
|
||||
} else {
|
||||
if (confirmDeletion()) {
|
||||
@@ -210,9 +211,10 @@ class MarkdownNoteDetail extends React.Component {
|
||||
}, () => {
|
||||
this.save()
|
||||
})
|
||||
|
||||
ee.emit('list:next')
|
||||
}
|
||||
}
|
||||
ee.emit('list:next')
|
||||
}
|
||||
|
||||
handleUndoButtonClick (e) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user