Skip to content

Commit 53b8120

Browse files
authored
Merge pull request #93 from parteekcoder/edit_bug_fix
Update toolbarFunctions.js
2 parents 2cac706 + 63f63eb commit 53b8120

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/toolbarActions/toolbarFunctions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ const editElement = (state, setState) => {
6969
const deleteElem = (state) => {
7070
const tid = new Date().getTime();
7171
state.eleSelectedPayload.ids.forEach((id) => getGraphFun(state).deleteElem(id, tid));
72+
// eslint-disable-next-line
73+
state.eleSelectedPayload.type = 'MIX';
7274
};
7375

7476
const downloadImg = (state, setState, format) => {

0 commit comments

Comments
 (0)