📝 💄

This commit is contained in:
Kevin Sawicki
2014-08-29 09:34:59 -07:00
parent 692bf534b6
commit 9574458feb

View File

@@ -975,8 +975,8 @@ class Editor extends Model
###
Section: Undo Operations
###
# Public: Undo the last change.
# Public: Undo the last change.
undo: ->
@getCursor().needsAutoscroll = true
@buffer.undo(this)