Linting eslint : correct linter warning

This commit is contained in:
Cédric Godefroy
2021-11-22 11:52:18 +01:00
parent 65fe092e81
commit c2e4aa2ec9

View File

@@ -55,7 +55,7 @@ window.fill = function (colour) {
});
};
let hiddenTextTag = window.canvas.$id(hiddenTextTagId);
const hiddenTextTag = window.canvas.$id(hiddenTextTagId);
window.canvas.textActions.setInputElem(hiddenTextTag);
const addListenerMulti = (element, eventNames, listener)=> {