clear the interactions text's undos from the drracket thread, not from the user thread
This commit is contained in:
parent
0d6b825377
commit
5280ef1517
|
@ -2813,7 +2813,10 @@ module browser threading seems wrong.
|
|||
text-port
|
||||
#t
|
||||
(λ ()
|
||||
(send interactions-text clear-undos)))))
|
||||
(parameterize ([current-eventspace drracket:init:system-eventspace])
|
||||
(queue-callback
|
||||
(λ ()
|
||||
(send interactions-text clear-undos))))))))
|
||||
|
||||
(inherit revert save)
|
||||
(define/private (check-if-save-file-up-to-date)
|
||||
|
|
Loading…
Reference in New Issue
Block a user