We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2753246 commit 9503ceaCopy full SHA for 9503cea
powerdeletesuite.js
@@ -467,6 +467,7 @@ var pd = {
467
}
468
},
469
delete: function (item) {
470
+ setTimeout(() => {
471
if (pd.performActions) {
472
$.ajax({
473
url: '/api/del',
@@ -494,8 +495,9 @@ var pd = {
494
495
pd.task.after = pd.task.items[0].data.name;
496
pd.actions.children.handleSingle();
497
- },
498
+ },5000)},
499
edit: function (item) {
500
501
502
503
url: '/api/editusertext',
@@ -522,7 +524,7 @@ var pd = {
522
524
pd.task.items[0].pdEdited = true;
523
525
526
527
528
529
ui: {
530
updateDisplay: function () {
0 commit comments