From fbb9a06a107063fe6a65cc38f6d7932bed8d70a9 Mon Sep 17 00:00:00 2001 From: Aljaz Grilc Date: Tue, 13 Feb 2024 11:23:43 +0100 Subject: [PATCH] Add TODO mark --- online-editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/online-editor.js b/online-editor.js index 6dd1e7f..811ce53 100644 --- a/online-editor.js +++ b/online-editor.js @@ -297,6 +297,7 @@ class BesEditor { return el } + // TODO: Improve this function to support copied rich html content from news sites, etc. handleClick(e) { const targetEl = e.target const popup = document.querySelector('bes-popup-el')