mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-25 03:42:02 +00:00
b1e1dff3eb
Quill adds <p><br></p> for new lines, while Tiptap uses <br> for Shift + Enter and <p> for Enter. This commit fixes this hack I had added, now all editors in Libredesk are tiptap editors. fix: Typography for agent and contact message bubbles and macro preview, as tailwind removes browser defaults. Introduces new class `native-html` for this. fix: removes hardcoded classes in tiptap starter kit configuration as the new class `native-html` takes care of it and has to be just applied. fix: Form validation for automations and macro form. fix: automation list padding between items. feat: adds bullet list and ordered list menu options to tiptap editor.