From d221dc16a09ca26cc88e56245dc53413bc9ba2dd Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Tue, 2 Nov 2021 16:49:36 +0100 Subject: [PATCH] removed todo --- script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/script.js b/script.js index 7308b5a..ba8d5e0 100644 --- a/script.js +++ b/script.js @@ -102,8 +102,6 @@ function drawLabel() { container.appendChild(temporaryLabel); new Promise(function (resolve, reject) { - // TODO: show the modal for text input in overlay - // then if the user click insert and there is a value in the input-- > resolve the promise and return the text input to create the label, // if the user click cancel-- > reject the promise and don't create the label textForm.classList.add("visible");