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 4844f88 commit 64585deCopy full SHA for 64585de
visualpython/js/com/component/PopupComponent.js
@@ -1046,7 +1046,7 @@ define([
1046
1047
this._bindCodemirror();
1048
1049
- if (targetFrame !== undefined) {
+ if (targetFrame == undefined) {
1050
$(this.eventTarget).trigger({
1051
type: 'focus_option_page',
1052
component: this
@@ -1112,6 +1112,10 @@ define([
1112
1113
blur() {
1114
$(this.wrapSelector()).removeClass('vp-focused');
1115
+ // blur on its block
1116
+ if (this.taskItem) {
1117
+ this.taskItem.blurItem();
1118
+ }
1119
}
1120
1121
show() {
0 commit comments