mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
remove unused on-tap
This commit is contained in:
parent
c330b87506
commit
80a11206af
@ -104,7 +104,7 @@
|
|||||||
</paper-icon-item>
|
</paper-icon-item>
|
||||||
|
|
||||||
<template is='dom-repeat' items='[[items]]'>
|
<template is='dom-repeat' items='[[items]]'>
|
||||||
<paper-icon-item on-tap='_enableEditting'>
|
<paper-icon-item>
|
||||||
<paper-checkbox
|
<paper-checkbox
|
||||||
slot="item-icon"
|
slot="item-icon"
|
||||||
checked='{{item.complete}}'
|
checked='{{item.complete}}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user