Skip to content
Snippets Groups Projects
Unverified Commit b889d81f authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix incorrect selection range in expression triggers popover (#15865)

parent 1e4ca55d
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,8 @@ export default class ExpressionEditorTextfield extends React.Component {
this.state.source.length,
this.state.source.length === 0,
);
this._triggerAutosuggest();
}
onSuggestionSelected = index => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment