Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Update swipe-navigation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Nov 24, 2020
1 parent e9c2634 commit 01e2c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swipe-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function swipeNavigation() {
if (!ll) return;
root = ll.shadowRoot.querySelector("hui-root");
if (!root) return;
attempts = 0;

appLayout = root.shadowRoot.querySelector("ha-app-layout");
const view = appLayout.querySelector('[id="view"]');
Expand Down

0 comments on commit 01e2c68

Please sign in to comment.