From 2616bf0af7d1cef4a137a07dce054023b80db66c Mon Sep 17 00:00:00 2001 From: Nikita Date: Sat, 28 Dec 2024 16:10:34 +0300 Subject: [PATCH] fixed context reset --- src/editor/store/popup/reducer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor/store/popup/reducer.js b/src/editor/store/popup/reducer.js index 371f0ff..cb613d6 100644 --- a/src/editor/store/popup/reducer.js +++ b/src/editor/store/popup/reducer.js @@ -138,7 +138,6 @@ function reducer(state = initialState, action = {}) { return { ...state, input: '', - context: '', insertionPlace: '', screen: '', response: false,