mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* bugfix: linkAware slow in large files - Added link detection and class addition operations in an editor.operation block for atomic operations and prevent multiple small rerenders. - linkAware works on currently visible lines in the viewport. This is to speedup linkAware and defer detection for lines not in viewport. - linkAware now runs after initial render and not before it. This ensures that we calculate to the lines on viewport and does not pause render. * test(bruno-app): fix linkAware spec for debounced viewport marking