after-set-size-constraint in mode:host-text-mixin
Called after the editor's maximum or minimum height or width
is changed (and after the display is refreshed; use
on-set-size-constraint and
begin-edit-sequence to avoid extra refreshes when
after-set-size-constraint modifies the editor).
(This callback method is provided because setting an editor's maximum width may cause lines to be re-flowed with soft carriage returns.)
See also
can-set-size-constraint? and
on-edit-sequence.
( -> ???
send a-mode:host-text-mixin after-set-size-constraint orig super-call)
orig : ???
super-call : (??? -> ???)
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.