feat(chat): support line breaks and pasted content. Closes #3108

This commit is contained in:
Gabe Kangas
2023-06-27 14:45:45 -07:00
parent bd6e263eb9
commit a354787a9e
7 changed files with 239 additions and 92 deletions

View File

@@ -48,6 +48,7 @@
"react-markdown": "8.0.7",
"react-virtuoso": "4.3.11",
"recoil": "0.7.7",
"sanitize-html": "^2.11.0",
"sharp": "0.32.1",
"ua-parser-js": "1.0.35",
"video.js": "^8.3.0",
@@ -82,6 +83,7 @@
"@types/prop-types": "15.7.5",
"@types/react": "18.2.14",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",
"@types/video.js": "^7.3.50",
"@typescript-eslint/eslint-plugin": "5.60.0",