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>
|
||||
module.exports = class extends SkyElement {
|
||||
created() {
|
||||
this.cities = cities;
|
||||
this.cities = cities.slice(0, 300);
|
||||
}
|
||||
}.register();
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user