Skip to content

Commit 3e7e067

Browse files
author
minjk-bl
committed
Focus block on focusing its popup
1 parent 9dc4842 commit 3e7e067

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

js/com/component/PopupComponent.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@ define([
621621
$('.vp-popup-frame').css({ 'z-index': 200 });
622622
$(this.wrapSelector()).addClass('vp-focused');
623623
$(this.wrapSelector()).css({ 'z-index': 205 }); // move forward
624+
// focus on its block
625+
if (this.taskItem) {
626+
this.taskItem.focusItem();
627+
}
624628
}
625629

626630
blur() {

0 commit comments

Comments
 (0)