diff --git a/src/packages/command-panel/lib/operation.coffee b/src/packages/command-panel/lib/operation.coffee index 98a880380..6b0ef00d3 100644 --- a/src/packages/command-panel/lib/operation.coffee +++ b/src/packages/command-panel/lib/operation.coffee @@ -32,5 +32,5 @@ class Operation {prefix, suffix, match, range} destroy: -> - @buffer?.destroyMarker(@marker) if @marker? + @marker?.destroy() @buffer?.release()