mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add wheel support to sky-scrollable
This CL plumbs wheel events through Sky again and uses them in sky-scrollable. R=ojan@chromium.org Review URL: https://codereview.chromium.org/876853005
This commit is contained in:
parent
73f0a8d121
commit
46334e2e32
@ -32,7 +32,7 @@
|
|||||||
<script>
|
<script>
|
||||||
module.exports = class extends SkyElement {
|
module.exports = class extends SkyElement {
|
||||||
created() {
|
created() {
|
||||||
this.cities = cities;
|
this.cities = cities.slice(0, 300);
|
||||||
}
|
}
|
||||||
}.register();
|
}.register();
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user