mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 07:58:11 -05:00
Compare commits
1 Commits
v1.8.1
...
slider-wit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf390a83dd |
@@ -9094,11 +9094,7 @@
|
||||
}, {
|
||||
key: "getRatePolicy",
|
||||
value: function getRatePolicy(el) {
|
||||
return {
|
||||
policy: "debounce",
|
||||
delay: 250
|
||||
};
|
||||
el;
|
||||
return null;
|
||||
}
|
||||
}, {
|
||||
key: "getState",
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
inst/www/shared/shiny.min.js
vendored
2
inst/www/shared/shiny.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -259,11 +259,7 @@ class SliderInputBinding extends TextInputBindingBase {
|
||||
}
|
||||
}
|
||||
getRatePolicy(el: HTMLElement): { policy: "debounce"; delay: 250 } {
|
||||
return {
|
||||
policy: "debounce",
|
||||
delay: 250,
|
||||
};
|
||||
el;
|
||||
return null as any;
|
||||
}
|
||||
// TODO-barret Why not implemented?
|
||||
getState(el: HTMLInputElement): void {
|
||||
|
||||
Reference in New Issue
Block a user