From c2e4aa2ec9d3ac3e396577031a07745195f7ad27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Godefroy?= Date: Mon, 22 Nov 2021 11:52:18 +0100 Subject: [PATCH] Linting eslint : correct linter warning --- demos/canvas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/canvas.html b/demos/canvas.html index 85c9d42f..3d149e80 100644 --- a/demos/canvas.html +++ b/demos/canvas.html @@ -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)=> {