Fixed a bug with delete, undo and clickbacks in DrRacket
original commit: b0d909bd8fc09959beff44f92268db9ee25b0a08
This commit is contained in:
parent
a8ce7a4346
commit
3f8d06d3c9
|
@ -156,7 +156,7 @@
|
|||
(for-each disown deletions)
|
||||
(send editor do-insert-snips deletions start)
|
||||
(for-each (lambda (cb)
|
||||
(send editor set-clickback cb))
|
||||
(send editor add-back-clickback cb))
|
||||
clickbacks)
|
||||
|
||||
(send editor set-position startsel endsel)
|
||||
|
|
Loading…
Reference in New Issue
Block a user