Debounce all outgoing ui events (Also Fixes 44)
This commit is contained in:
parent
0bc208b84e
commit
e5cf1b2f9e
3 changed files with 27 additions and 37 deletions
|
|
@ -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<{|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue