@jetbrains/ring-ui 4.2.16 → 4.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -463,7 +463,7 @@ export default class QueryAssist extends Component {
|
|
|
463
463
|
if (!this.props.disabled && (caret !== this.immediateState.caret || popupHidden)) {
|
|
464
464
|
this.immediateState.caret = caret;
|
|
465
465
|
this.scrollInput();
|
|
466
|
-
if (this.
|
|
466
|
+
if (this.immediateState.query.length > 0) {
|
|
467
467
|
this.requestData();
|
|
468
468
|
}
|
|
469
469
|
}
|
|
@@ -314,7 +314,7 @@ class QueryAssist extends Component {
|
|
|
314
314
|
this.immediateState.caret = caret;
|
|
315
315
|
this.scrollInput();
|
|
316
316
|
|
|
317
|
-
if (this.
|
|
317
|
+
if (this.immediateState.query.length > 0) {
|
|
318
318
|
this.requestData();
|
|
319
319
|
}
|
|
320
320
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.17",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
"node": ">=7.4",
|
|
222
222
|
"npm": ">=6.0.0"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "d04a1803eca6e63e2d96a7e109bcfec1dbca7085"
|
|
225
225
|
}
|