Revert accidental dev changes to UndoManager

This commit is contained in:
James Allen 2018-05-11 17:05:39 +01:00
parent 35dc518d05
commit ed7b68169e

View file

@ -14,14 +14,9 @@ define [
@editor.on "changeSession", (e) =>
@reset()
# @session = e.session
@session = e.session
e.session.setUndoManager(@)
addSession: (session) ->
@session = session
addSelection: () ->
showUndoConflictWarning: () ->
@$scope.$apply () =>
@$scope.undo.show_remote_warning = true
@ -36,8 +31,7 @@ define [
@undoStack = []
@redoStack = []
add: (delta, allowMerge, session) ->
return
execute: (options) ->
if @firstUpdate
# The first update we receive is Ace setting the document, which we should
# ignore