mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Destroy markers properly in command panel operations
This commit is contained in:
@@ -32,5 +32,5 @@ class Operation
|
||||
{prefix, suffix, match, range}
|
||||
|
||||
destroy: ->
|
||||
@buffer?.destroyMarker(@marker) if @marker?
|
||||
@marker?.destroy()
|
||||
@buffer?.release()
|
||||
|
||||
Reference in New Issue
Block a user