Linting eslint : correct linter warning
parent
65fe092e81
commit
c2e4aa2ec9
|
@ -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)=> {
|
||||
|
|
Loading…
Reference in New Issue