Update src/panels/lovelace/hui-root.ts

Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
Ian Richardson 2018-12-11 19:02:18 +01:00 committed by GitHub
parent a824599a37
commit 9b5e79f42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -441,7 +441,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
this._selectView("unused");
}
private _deselect(ev) {
private _deselect(ev): void {
ev.target.selected = null;
}