Resolve facets on list descriptions (#2485)

* feat: add strict/loose link mapping

* feat: resolve facets on list description
This commit is contained in:
Mary
2024-01-24 01:39:13 +07:00
committed by GitHub
parent 1828bc9755
commit abac959d03
4 changed files with 110 additions and 24 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ let PostDropdownBtn = ({
}, [rootUri, toggleThreadMute, _])
const onCopyPostText = React.useCallback(() => {
const str = richTextToString(richText)
const str = richTextToString(richText, true)
Clipboard.setString(str)
Toast.show(_(msg`Copied to clipboard`))