commit 98cf85840d8e67a0f0fde4156bf40eb7b25965a1 parent 72066aa741afccc5b9a7fdd8ba7a79f686e3dc0f Author: finwo <finwo@pm.me> Date: Sat, 21 Mar 2026 17:33:12 +0100 Fix redraw flicker on loading huge directories Diffstat:
| M | vecfinder.js | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/vecfinder.js b/vecfinder.js @@ -318,7 +318,6 @@ class UI { this.store.on('documentAdded', () => { this._needsFullRedraw = true; - this.render(); }); this.store.on('queryUpdated', () => { this.selectedIndex = 0;