#631 lint issue fixed

This commit is contained in:
agriyadev5
2021-09-20 16:44:17 +05:30
parent ff91754c9f
commit 52b69325dd
8 changed files with 0 additions and 9 deletions

View File

@@ -29,7 +29,6 @@ export default {
name,
async init(_S) {
const svgEditor = this;
const { imgPath } = svgEditor.configObj.curConfig;
const { ChangeElementCommand } = _S; // , svgcontent,
const addToHistory = function (cmd) { svgCanvas.undoMgr.addCommandToHistory(cmd); };
const { svgCanvas } = svgEditor;