Files
dees-catalog/ts_web/elements/wysiwyg/instructions.md
2025-06-24 12:24:02 +00:00

285 B

  • 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.