1
0
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:
Dan Brown
2022-04-20 18:21:21 +01:00
parent eff539f89b
commit 478067483f
7 changed files with 66 additions and 7 deletions

View File

@ -42,7 +42,6 @@ class ConfirmDialog {
*/
sendResult(result) {
if (this.res) {
console.log('sending result', result);
this.res(result)
this.res = null;
}