Open
Description
Your Info
Superlist
User Behavior
Currently the selection of block nodes (e.g. images or horizontal rules) is implemented as UpstreamDownstreamNodeSelection
, which allows to place the selection at one of the ends of the node (upstream or downstream). For block nodes it feels more natural to have binary selection, where the node is either selected or not.
Although BinarySelection
and BinaryNodePosition
exists in code it is not used anywhere, but it seems like SuperEditor
supported binary selection or at least was planned to.