after-insert (augments, and augmentable only) 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.
(???senda-mode:host-text-mixinafter-insertorigsuper-callstartlen
orig: ???
super-call: (??? -> ???)
start: ??
len: ??If a surrogate is set, calls the surrogate with the arguments it was passed, plus
thisand a function that calls the super method.if a surrogate is not set, calls the super method and returns that result.