Skip to content

Commit c2053a7

Browse files
committed
bug fix for confirm cancel modal
1 parent 5f1a47b commit c2053a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/js/api.library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ api.modal.confirm = function (pMessage, pCallbackMethod, pCallbackParams, pIconT
601601
// https://stackoverflow.com/questions/10860171/run-function-after-delay
602602
if (pCancellationCallbackMethod != null) {
603603
pCancellationCallbackMethod(pCancellationCallbackParams);
604-
$(this).dequeue();
605604
}
605+
$(this).dequeue();
606606
});
607607
});
608608

0 commit comments

Comments
 (0)