Skip to content

Commit

Permalink
no incomplete text after selecting same item from list, fixes #358
Browse files Browse the repository at this point in the history
  • Loading branch information
kriegalex authored and karussell committed Nov 1, 2023
1 parent df1ca09 commit f45f4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/QueryStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ 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 f45f4c5

Please sign in to comment.