johnno1962 / GitDiff

Highlights deltas against git repo in Xcode
MIT License
891 stars 54 forks source link

Hook "mouseExited:" to dismiss popover. #56

Closed tyeen closed 8 years ago

tyeen commented 8 years ago

The "undo popover" kept showing even after mouse moved out of the "line number area" from the left edge, like this: popover_not_dismissing

Maybe it's just me that puts the iOS simulator to the left side of Xcode. But since the popover dismisses when move mouse out from the right edge, I think it should also dismiss when move mouse out from the left edge.

johnno1962 commented 8 years ago

Looks Good. Thanks!