SmallSense__EditSupport.st
branchcvs_MAIN
changeset 1108 1cf3e0f5b3c8
parent 1094 94681c0aee18
--- a/SmallSense__EditSupport.st	Sun Sep 08 17:49:49 2019 +0200
+++ b/SmallSense__EditSupport.st	Wed Sep 11 17:11:19 2019 +0200
@@ -161,11 +161,12 @@
     textView hasSelection ifTrue:[
         textView undoableDo:[ textView deleteSelection ].
     ].
-    textView undoableDo:[ aBlock value. ].
+    textView undoableDo:aBlock.
     backspaceIsUndo := true.
 
     "Created: / 17-09-2013 / 23:15:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 22-10-2013 / 03:15:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-09-2019 / 16:26:31 / Stefan Vogel"
 !
 
 electricInsert:text