Skip to content

Commit

Permalink
problem with editing existing input text, so we have to revert "no in…
Browse files Browse the repository at this point in the history
…complete text after selecting same item from list, fixes #358"

This reverts commit f45f4c5.
  • Loading branch information
karussell committed Dec 3, 2023
1 parent 675bc5a commit 122fee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/QueryStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export default class QueryStore extends Store<QueryStoreState> {
if (action instanceof InvalidatePoint) {
const points = QueryStore.replacePoint(state.queryPoints, {
...action.point,
queryText: '',
isInitialized: false,
})
return {
Expand Down

0 comments on commit 122fee6

Please sign in to comment.