mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
add site-id class to selection-view
This commit is contained in:
@@ -18,6 +18,9 @@ class SelectionView extends View
|
||||
@needsRemoval = true
|
||||
@editor.requestDisplayUpdate()
|
||||
|
||||
if @selection.marker.isRemote()
|
||||
@addClass("site-#{@selection.marker.getOriginSiteId()}")
|
||||
|
||||
updateDisplay: ->
|
||||
@clearRegions()
|
||||
range = @getScreenRange()
|
||||
|
||||
Reference in New Issue
Block a user