This commit is contained in:
Andrew Pareles 2025-03-23 00:31:38 -07:00
parent cfc18827bb
commit 82851d519d

View file

@ -250,7 +250,9 @@ export class EditorGroupWatermark extends Disposable {
linkSpan.appendChild(dirSpan);
return linkSpan
}).filter(v => !!v)
})
.filter(v => !!v)
.slice(0, 5) // take 5 most recent
)
}