mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
fix edit
This commit is contained in:
parent
e5168d93d4
commit
02b9b05419
@ -90,7 +90,7 @@ export const MessageDisplay = ({ htmlContent, isReply }) => {
|
||||
'width', 'height', 'style', 'align', 'valign', 'colspan', 'rowspan', 'border', 'cellpadding', 'cellspacing', 'data-url'
|
||||
],
|
||||
}).replace(/<span[^>]*data-url="qortal:\/\/use-embed\/[^"]*"[^>]*>.*?<\/span>/g, '');
|
||||
}, [])
|
||||
}, [htmlContent])
|
||||
|
||||
const handleClick = async (e) => {
|
||||
e.preventDefault();
|
||||
|
Loading…
x
Reference in New Issue
Block a user