Minor Changes
- #6065
cf5b3520Thanks @12joan! - - Introduced newHyperscriptPointRefandHyperscriptRangeRefclasses.- A
HyperscriptPointRefcan passed to therefprop of the new<point />tag to store any arbitrary point in the editor. - To access the point, call the
point()method on theHyperscriptPointRefinstance. - A
HyperscriptRangeRefcan be passed to therefprop of an<anchor />or<focus />tag to construct an arbitrary range. <anchor />and<focus />tags used in this manner do not affecteditor.selection.- To access the range, call the
range()method on theHyperscriptRangeRefinstance.
- A