mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
add comment about using better invalidation strategy
This commit is contained in:
@@ -86,6 +86,8 @@ class BookmarksView
|
||||
|
||||
createBookmarkMarker: (bufferRow) ->
|
||||
range = [[bufferRow, 0], [bufferRow, 0]]
|
||||
|
||||
# TODO: use the 'surround' strategy when collaboration is merged in
|
||||
@displayBuffer().markBufferRange(range, @bookmarkMarkerAttributes(invalidationStrategy: 'never'))
|
||||
|
||||
findBookmarkMarkers: (attributes={}) ->
|
||||
|
||||
Reference in New Issue
Block a user