Skip to content

Commit c0dff27

Browse files
committed
fix: When activeElement is not an input, set it to false
1 parent 7e5727d commit c0dff27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

view/base/templates/script/ajax-queue.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ if ($interval < 10) {
5252
if (e.target.id) {
5353
this.activeElementId = e.target.id;
5454
}
55+
} else {
56+
this.activeElementId = false;
5557
}
5658
});
5759

0 commit comments

Comments
 (0)