turigeza / fold-navigator

Fold navigator helps you navigate through your code folding points in Atom.
MIT License
7 stars 7 forks source link

Debounce observeActivePaneItem for speed #13

Closed szhu closed 6 years ago

szhu commented 6 years ago

Previously the entire nav UI is re-rendered with every keypress, making typing very slow.

turigeza commented 6 years ago

Yes good idea. Thank you,