This commit is contained in:
CatAClock 2025-07-13 06:56:41 -07:00
parent b5970b11f3
commit 4cdceff049

View file

@ -343,8 +343,6 @@ export function ApplyFacets(record, text) {
let Hrefs = [];
let TempText = "";
if (record.hasOwnProperty("facets")) {
// First minute append.
SplitAreas.push(text.length);
// First, append split areas.
for (let i of record.facets) {
if (i.features[0].$type == "app.bsky.richtext.facet#link") {