Add TODO mark

This commit is contained in:
Aljaž Grilc 2024-02-13 11:23:43 +01:00
parent 6bdb339b88
commit fbb9a06a10

View File

@ -297,6 +297,7 @@ class BesEditor {
return el return el
} }
// TODO: Improve this function to support copied rich html content from news sites, etc.
handleClick(e) { handleClick(e) {
const targetEl = e.target const targetEl = e.target
const popup = document.querySelector('bes-popup-el') const popup = document.querySelector('bes-popup-el')