Harjot Singh
Harjot Singh
Would this hotkey be different to `home`?
I'm in favour of tooltips, thus making the controller title *onlY* for what's active
Seems to mostly already work with my clicker O_o. AFAIK, up and down map to left and right, and there are usually stop and start presentation modes, whose keybindings can...
Thought I replied. Currently, https://www.amazon.co.uk/gp/product/B00CXNQR0Y/ I’ve also owned https://www.amazon.co.uk/gp/product/B017R3ZNRM/ and it appeared to work to the same effect. Most of the presenters are designed to map presses to keyboard presses...
Is the controller separate for each tab? How does this play out with the mobile controller?
Yep, I think we should flesh some of these out and links as related issues.
Haven't looked at the specifics, but gotta check that the key is being set on the `CSSTransition` for the ones that aren't moving, and/or that `unmountOnExit` or whatever the prop...
Adding any sort of denounce to onChange would probably resolve this > On 8 Nov 2019, at 03:40, Bhajneet S.K. wrote: > > performance on an ipad was okay, but...
Similar, we have a debounce thing somewhere in thecodebase already, find it by searching for `debounce`
The real delay actually comes from using controlled components (so, the `value` prop). Every time the setting changes, it re-renders the setting component itself. This is inline with React practice,...