1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Navigate cleanup (#9202)

This commit is contained in:
Joakim Sørensen
2021-05-25 17:46:36 +02:00
committed by GitHub
parent 1026e90296
commit 21a3a8c594
62 changed files with 111 additions and 137 deletions

View File

@@ -70,7 +70,7 @@ class HaDemo extends HomeAssistantAppEl {
}
e.preventDefault();
navigate(this, href);
navigate(href);
},
{ capture: true }
);