We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cac706 + 63f63eb commit 53b8120Copy full SHA for 53b8120
1 file changed
src/toolbarActions/toolbarFunctions.js
@@ -69,6 +69,8 @@ const editElement = (state, setState) => {
69
const deleteElem = (state) => {
70
const tid = new Date().getTime();
71
state.eleSelectedPayload.ids.forEach((id) => getGraphFun(state).deleteElem(id, tid));
72
+ // eslint-disable-next-line
73
+ state.eleSelectedPayload.type = 'MIX';
74
};
75
76
const downloadImg = (state, setState, format) => {
0 commit comments