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,