fix a bug introduced by commit 05b88930c0
the symptom of the bug is that the red error highlighting never worked Please merge to the release branch
This commit is contained in:
parent
848a28266c
commit
5b96803273
|
@ -766,9 +766,10 @@ TODO
|
|||
|
||||
(define/augment (after-edit-sequence)
|
||||
(inner (void) after-edit-sequence)
|
||||
(let ([to-clean had-an-insert])
|
||||
(set! had-an-insert '())
|
||||
(update-after-inserts to-clean)))
|
||||
(unless (null? had-an-insert)
|
||||
(let ([to-clean had-an-insert])
|
||||
(set! had-an-insert '())
|
||||
(update-after-inserts to-clean))))
|
||||
|
||||
(define/private (update-after-inserts starts)
|
||||
(unless inserting-prompt?
|
||||
|
|
Loading…
Reference in New Issue
Block a user