Resolve facets on list descriptions (#2485)
* feat: add strict/loose link mapping * feat: resolve facets on list description
This commit is contained in:
parent
1828bc9755
commit
abac959d03
4 changed files with 110 additions and 24 deletions
|
@ -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`))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue