Fix keyboard shortcut in confirm

This commit is contained in:
yflory 2020-02-10 17:58:39 +01:00
parent a86469206e
commit 532333d427
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ define([
$ok.click();
}, function () {
$cancel.click();
}, ok);
});
document.body.appendChild(frame);
setTimeout(function () {