mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Remove duplicate event
This commit is contained in:
@@ -134,9 +134,6 @@ export class HaTimePicker extends LitElement {
|
|||||||
|
|
||||||
protected updated(changedProperties: PropertyValues) {
|
protected updated(changedProperties: PropertyValues) {
|
||||||
super.updated(changedProperties);
|
super.updated(changedProperties);
|
||||||
if (changedProperties.has("value")) {
|
|
||||||
this._timeUpdated();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (changedProperties.has("_hours")) {
|
if (changedProperties.has("_hours")) {
|
||||||
this._timeUpdated();
|
this._timeUpdated();
|
||||||
|
|||||||
Reference in New Issue
Block a user