Add support for virtual selection in widgets #4579
Labels
package:widget
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
Should be closed after https://github.com/ckeditor/ckeditor5-engine/issues/1015.
Virtual selection can be custom-handled by providing
setVirtualSelection
andremoveVirtualSelection
custom properties, where virtual selection descriptor is passed. Widgets should be able to handle virtual selection on their own.Virtual selection descriptor contains priority which should be used to prioritize which virtual selection should be used (always display virtual selection with highest priority).
The text was updated successfully, but these errors were encountered: