#631 globals svgEditor to get imgpath and set changes

This commit is contained in:
agriyadev5
2021-09-22 12:17:21 +05:30
parent 8df8efedf0
commit b958009e16
23 changed files with 46 additions and 168 deletions

View File

@@ -174,7 +174,6 @@ export default {
svgEditor.configObj.curConfig.showGrid = showGrid = !showGrid;
gridUpdate();
});
$id('view_grid').init(svgEditor);
if (showGrid) {
gridUpdate();
}