atom / fuzzy-finder

Find and open files quickly
MIT License
275 stars 138 forks source link

Only check panes in center #283

Closed matthewwithanm closed 7 years ago

matthewwithanm commented 7 years ago

atom/atom#13977 adds multiple pane locations and updates the atom.workspace.getPanes() API to return the panes from all of them. This fixes the resultant test failures by only checking the panes in the center.

maxbrunsfeld commented 7 years ago

👌