Debounce all outgoing ui events (Also Fixes 44)

This commit is contained in:
uwap 2018-07-08 21:52:13 +02:00
parent 0bc208b84e
commit e5cf1b2f9e
3 changed files with 27 additions and 37 deletions

View file

@ -55,8 +55,7 @@ export type UISlider = $ReadOnly<{|
enableCondition?: (s: State) => boolean,
min?: number,
max?: number,
step?: number,
delayedApply?: boolean
step?: number
|}>;
export type UISection = $ReadOnly<{|