We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee8cc6 commit 999d3b7Copy full SHA for 999d3b7
js/loadVisualpython.js
@@ -129,6 +129,12 @@
129
$(document).on('blur', '#vp_fileNavigation input', function() {
130
com_interface.enableOtherShortcut();
131
});
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
138
// textarea - hotkey control
139
$(document).on('focus', com_util.wrapSelector('.vp-popup-frame textarea'), function() {
140
com_interface.disableOtherShortcut();
0 commit comments