run-after-edit-sequence in editor:basic<%>
This method is used to install callbacks that will be run after any edit-sequence completes.
(-> voidsendan-editor:basicrun-after-edit-sequencethunktag)
thunk: (-> void)
tag=#f: (union symbol #f)The procedure
thunkwill be called immediately if the edit is not in an edit-sequence. If the edit is in an edit-sequence, it will be called when the edit-sequence completes.If
tagis a symbol, thethunkis keyed on that symbol, and only one thunk per symbol will be called after the edit-sequence. Specifically, the last call torun-after-edit-sequence's argument will be called.