matrix-react-sdk
345dbce6 - Fix autocomplete delay text field not accepting text

Commit
6 years ago
Fix autocomplete delay text field not accepting text SettingsStore.setValue is async (fire&forget) however getValueAt is cached. Theory was supposed to be that getValueAt local echos, however the animation loop of React is probably just too fast to actually make the local echo happen. Fixes https://github.com/vector-im/riot-web/issues/9907
Author
Parents
Loading