dependencies update and fix lint unused disabled line
This commit is contained in:
@@ -70,7 +70,6 @@ class Rulers {
|
||||
|
||||
// Bit of a hack to fully clear the canvas in Safari & IE9
|
||||
const $hcanv = $hcanvOrig.cloneNode(true);
|
||||
// eslint-disable-next-line no-unsanitized/property
|
||||
$hcanvOrig.replaceWith($hcanv);
|
||||
|
||||
const hcanv = $hcanv;
|
||||
|
||||
Reference in New Issue
Block a user