Reverted the changes related to multiple cursors.

This commit is contained in:
Maxim Khlobystov 2014-09-21 16:24:06 -07:00
parent 938f883b63
commit 50301a9ce9

View File

@ -356,7 +356,6 @@ class @WhiteboardPaperModel
if @currentShapes?
@currentShapes.forEach (element) ->
element.remove()
@cursor.remove()
@currentShapes = []
@currentShapesDefinitions = []