mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06:34 +00:00
Allow passive events (#551)
This commit is contained in:
parent
758ab7b432
commit
d2e9918f88
@ -1,4 +1,7 @@
|
||||
<link rel="import" href='../bower_components/polymer/polymer-element.html'>
|
||||
<script>
|
||||
Polymer.setPassiveTouchGestures(true);
|
||||
</script>
|
||||
<link rel='import' href='../bower_components/app-localize-behavior/app-localize-behavior.html'>
|
||||
<link rel='import' href='./util/roboto.html'>
|
||||
<link rel='import' href='../bower_components/paper-styles/typography.html'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user