Fix: Preserve chronological order of clipboard history (#2190)

This commit is contained in:
end-4
2025-10-13 17:46:16 +02:00
committed by GitHub
@@ -21,6 +21,9 @@ Singleton {
entry: a
}))
function fuzzyQuery(search: string): var {
if (search.trim() === "") {
return entries;
}
if (root.sloppySearch) {
const results = entries.slice(0, 100).map(str => ({
entry: str,