fix(wysiwyg):Improve Wysiwyg editor

This commit is contained in:
Juergen Kunz
2025-06-24 12:24:02 +00:00
parent 35a648d450
commit 08a4c361fa
4 changed files with 311 additions and 26 deletions

View File

@ -1,3 +1,4 @@
* We don't use lit template logic, but use static`` here to handle dom operations ourselves
* We try to have separated concerns in different classes
* We try to have clean concise and managable code
* lets log whats happening, so if something goes wrong, we understand whats happening.