after-insert in mode:host-text-mixin
Called after items are inserted into the editor
(and after the display is refreshed; use
on-insert and
begin-edit-sequence to avoid extra refreshes when
after-insert modifies the editor).
See also
can-insert? and
on-edit-sequence.
No internals locks are set when this method is called.
( -> ???
send a-mode:host-text-mixin after-insert orig super-call start len)
orig : ???
super-call : (??? -> ???)
start : ??
len : ??
If a surrogate is set, calls the surrogate
with the arguments it was passed, plus
and a function that calls the super method.this
if a surrogate is not set, calls the super method and returns that result.