Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

v0.14.0

Choose a tag to compare

@yuku yuku released this 24 Sep 03:50

Changed

  • Change Editor#getBeforeCuror return type from string to ?string for better selection handling.
    Now Textarea emits a change event if selection type is cursor.

Fixed

  • Remove Editor#getAfterCursor since it is not necessary.