This commit is contained in:
Zuzanna 2025-11-19 11:01:46 +01:00
parent f04526b5f7
commit 9e1bc9527b

View File

@ -344,7 +344,7 @@ const factory = (Util, Hash,
editable = owner ? true : editable
}
console.trace("data check2", data)
console.log("data check2", data)
if (!editable) {
data = JSON.parse(JSON.stringify(data));
if (data.href && data.href.indexOf('#') === -1) {