alexcorre / git-blame

Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triggering ctrl+b many times on the first display cause many gutters to be added

abe33 opened this issue · comments

Good catch on this one @abe33 . Need to throttle the trigger function a bit it seems. Either that or keep current blaming state somewhere else besides the DOM since the dom is only modified when the blame command comes back with data.

Will look into this...

Fixed in v0.2.3