Skip to content

Commit

Permalink
Merge pull request #32 from pusher/marker_cleanup
Browse files Browse the repository at this point in the history
Attempt to resolve issue #17 where AP mistakenly says you are in a pairi...
  • Loading branch information
jpatel531 committed Mar 26, 2015
2 parents 2f7b822 + 226e2ea commit 09ce411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atom_pair.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = AtomPair =
@editorListeners.dispose()
_.each @friendColours, (colour) => @clearMarkers(colour)
atom.views.getView(@editor).removeAttribute('id')
@hidePanel()
@markerColour = null

copyId: -> atom.clipboard.write(@sessionId)

Expand Down

0 comments on commit 09ce411

Please sign in to comment.