* Fix bug#46982.

This commit is contained in:
xieqiyu
2024-03-14 13:39:37 +08:00
parent af101ec9c3
commit 2b0139f8ef
+1
View File
@@ -37,6 +37,7 @@ window.renderCell = function(result, info)
let html = "<span class='label gray-pale rounded-xl' title='" + children + "'>" + childrenAB + "</span>";
result.unshift({html});
}
if(story.shadow) result[0].props.href += '#app=project';
}
return result;
}