1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-07-24 18:51:23 +00:00

Merge branch 'Qortal:master' into master

This commit is contained in:
AlphaX-Projects
2024-05-20 19:30:49 +02:00
committed by GitHub

@@ -87,7 +87,7 @@ const extractComponents = async (url) => {
}
function processText(input) {
const linkRegex = /(qortal:\/\/S+)/g
const linkRegex = /(qortal:\/\/\s+$|\S+.+)/gm
function processNode(node) {
if (node.nodeType === Node.TEXT_NODE) {
const parts = node.textContent.split(linkRegex)