fix: theme property pane reset on hover over the widget (#13716)
This commit is contained in:
parent
dabca5aac5
commit
a5f426d02b
|
|
@ -126,7 +126,10 @@ const themeReducer = createImmerReducer(initialState, {
|
|||
[ReduxActionTypes.CLOSE_BETA_CARD_SHOWN]: (state: AppThemingState) => {
|
||||
state.isBetaCardShown = true;
|
||||
},
|
||||
[ReduxActionTypes.FOCUS_WIDGET]: (state: AppThemingState) => {
|
||||
[ReduxActionTypes.SELECT_WIDGET_INIT]: (state: AppThemingState) => {
|
||||
state.stack = [];
|
||||
},
|
||||
[ReduxActionTypes.START_CANVAS_SELECTION]: (state: AppThemingState) => {
|
||||
state.stack = [];
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user