mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Linked up confirmation prompt to editor switching
This commit is contained in:
@ -42,7 +42,6 @@ class ConfirmDialog {
|
||||
*/
|
||||
sendResult(result) {
|
||||
if (this.res) {
|
||||
console.log('sending result', result);
|
||||
this.res(result)
|
||||
this.res = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user