Fix editor custom html output (#1348)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 23 Jul 2023 08:12:09 +0000 (18:12 +1000)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 08:12:09 +0000 (13:42 +0530)
commit053b80126239cc51679d7ece5b912af5fb68ddb8
tree14d13b98673bff91e22da7455fade82734e1c060
parent1a37fd0ca463d00d70273ca2b2f32bc7b4d936de
Fix editor custom html output (#1348)

* replace paragraph with line breaks

* stop sending plain msg as custom html

* removes console log

* fix false negative for sanitized customHtml

* fix customHtmlEqualsPlainText doc
src/app/components/editor/output.ts
src/app/organisms/room/RoomInput.tsx