fixed context reset

This commit is contained in:
Nikita 2024-12-28 16:10:34 +03:00
parent fdb66ffac4
commit 2616bf0af7

View file

@ -138,7 +138,6 @@ function reducer(state = initialState, action = {}) {
return {
...state,
input: '',
context: '',
insertionPlace: '',
screen: '',
response: false,