Fix cut widget feature issue (#562)

This commit is contained in:
Abhinav Jha 2020-09-17 17:22:58 +05:30 committed by GitHub
parent 75ba90928e
commit 1d981463aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -859,9 +859,10 @@ function* cutWidgetSaga() {
},
});
yield put({
type: ReduxActionTypes.DELETE_SELECTED_WIDGET,
type: ReduxActionTypes.WIDGET_DELETE,
payload: {
disallowUndo: true,
isShortcut: true,
},
});
}