You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sn:willmove events are originated by key presses (i.e e.detail.cause === 'keydown'), it would be nice to know what value the original event's repeat flag had.
varwillmoveProperties={direction: direction,sectionId: currentSectionId,cause: 'keydown',repeat: evt.repeat// this is everything we need to add};
I would love to have this information available on all events, but this is the simplest one to implement. Also, whether or not this makes sense for focus-related events might need some discussion, while here fits pretty nicely.
I can prepare a PR if needed.
The text was updated successfully, but these errors were encountered:
Feature request
When
sn:willmove
events are originated by key presses (i.ee.detail.cause === 'keydown'
), it would be nice to know what value the original event'srepeat
flag had.I would love to have this information available on all events, but this is the simplest one to implement. Also, whether or not this makes sense for focus-related events might need some discussion, while here fits pretty nicely.
I can prepare a PR if needed.
The text was updated successfully, but these errors were encountered: