review eslint rule

This commit is contained in:
JFH
2021-05-30 16:49:53 +02:00
parent 99ee706c18
commit 8e54c15638
75 changed files with 253 additions and 252 deletions

View File

@@ -535,7 +535,7 @@ export const pushGroupProperty = function (g, undoable) {
const gattrs = {
filter: g.getAttribute('filter'),
opacity: g.getAttribute('opacity'),
opacity: g.getAttribute('opacity')
};
let gfilter; let gblur; let changes;
const drawing = elementContext_.getDrawing();
@@ -719,7 +719,7 @@ export const convertToGroup = function (elem) {
const svg = elem.firstChild;
const pt = {
x: svg.getAttribute('x'),
y: svg.getAttribute('y'),
y: svg.getAttribute('y')
};
// $(elem.firstChild.firstChild).unwrap();