YableEventMap declares fill: FillEvent, but nothing in the fill-handle path emits it (clipboard:paste does fire for paste). Consumers can't react to a completed fill gesture via the event system — which is also the natural hook for committing fill results to external state (see the fill-handle commit issue).
Expected: fillRange/the fill-handle mouseup emits fill with the affected range + values.
Versions: yable-react 0.10.4 / yable-core 0.9.0.
YableEventMapdeclaresfill: FillEvent, but nothing in the fill-handle path emits it (clipboard:pastedoes fire for paste). Consumers can't react to a completed fill gesture via the event system — which is also the natural hook for committing fill results to external state (see the fill-handle commit issue).Expected:
fillRange/the fill-handle mouseup emitsfillwith the affected range + values.Versions: yable-react 0.10.4 / yable-core 0.9.0.