Fix cut widget feature issue (#562)
This commit is contained in:
parent
75ba90928e
commit
1d981463aa
|
|
@ -859,9 +859,10 @@ function* cutWidgetSaga() {
|
|||
},
|
||||
});
|
||||
yield put({
|
||||
type: ReduxActionTypes.DELETE_SELECTED_WIDGET,
|
||||
type: ReduxActionTypes.WIDGET_DELETE,
|
||||
payload: {
|
||||
disallowUndo: true,
|
||||
isShortcut: true,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user