2025-06-24 13:41:12 +00:00
|
|
|
* We don't use lit html logic, no event binding, no nothing, but only use static`` here to handle dom operations ourselves
|
2025-06-24 11:06:02 +00:00
|
|
|
* We try to have separated concerns in different classes
|
|
|
|
* We try to have clean concise and managable code
|
2025-06-24 13:41:12 +00:00
|
|
|
* lets log whats happening, so if something goes wrong, we understand whats happening.
|
2025-06-24 15:17:37 +00:00
|
|
|
* Read https://developer.mozilla.org/en-US/docs/Web/API/Selection/getComposedRanges
|
|
|
|
* Read https://developer.mozilla.org/en-US/docs/Web/API/Selection/getComposedRanges
|
|
|
|
* Make sure to hand over correct shodowroots.
|