Skip to content

Commit 999d3b7

Browse files
author
minjk-bl
committed
Event for DataSelector's input tag
1 parent aee8cc6 commit 999d3b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/loadVisualpython.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@
129129
$(document).on('blur', '#vp_fileNavigation input', function() {
130130
com_interface.enableOtherShortcut();
131131
});
132+
$(document).on('focus', '.vp-dataselector input', function() {
133+
com_interface.disableOtherShortcut();
134+
});
135+
$(document).on('blur', '.vp-dataselector input', function() {
136+
com_interface.enableOtherShortcut();
137+
});
132138
// textarea - hotkey control
133139
$(document).on('focus', com_util.wrapSelector('.vp-popup-frame textarea'), function() {
134140
com_interface.disableOtherShortcut();

0 commit comments

Comments
 (0)