status-desktop/ui/imports
Lukáš Tinkl e947f81cd2 fix: Chat input: can't send html text from the clipboard
We always take the plain text from the clipboard but even the plaintext
can contain HTML tags, so escape those and wrap the result in a `<div
style='white-space: pre-wrap'>foo</div>` container. That way we preserve
not only the linebreaks but also any whitespace or tags.

Fixes #8919
2023-01-05 12:32:53 +01:00
..
Themes
assets fix(improvements): remove console warnings pt1 2023-01-04 17:28:59 +02:00
shared fix: Chat input: can't send html text from the clipboard 2023-01-05 12:32:53 +01:00
utils fix: Chat input: can't send html text from the clipboard 2023-01-05 12:32:53 +01:00