Linting eslint : correct linter warning

master
Cédric Godefroy 2021-11-22 11:52:18 +01:00
parent 65fe092e81
commit c2e4aa2ec9
1 changed files with 1 additions and 1 deletions

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)=> {