atom / tabs

Tabs in Atom
MIT License
111 stars 118 forks source link

Resize tab width onDragLeave or when tab is opened in a new window #523

Closed 50Wliu closed 7 years ago

50Wliu commented 7 years ago

Requirements

Description of the Change

Continuation of #380, with @Ben3eeE's comments addressed and the code updated.

Alternate Designs

I considered adding a global variable mouseActive to track if the mouse was in the tab bar or not, but it looks like mouseleave is buggy and does not fire a) when dragging or b) when right-clicking.

Benefits

"Smoother" animations.

Possible Drawbacks

This same exact code snippet now appears three times in the codebase.

Applicable Issues

Fixes #371 Supersedes and closes #380

@Ben3eeE for testing

Ben3eeE commented 7 years ago

LGTM! :shipit:?