Skip to content

Commit

Permalink
Remove Safari 14.0 patch for delegatesFocus
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep committed Jul 2, 2024
1 parent ab3b859 commit d7e65e6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion cast/src/launcher/entrypoint.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "../../../src/resources/safari-14-attachshadow-patch";
import "./layout/hc-connect";

import("../../../src/resources/ha-style");
1 change: 0 additions & 1 deletion demo/src/entrypoint.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "../../src/resources/safari-14-attachshadow-patch";
import "./util/is_frontpage";
import "./ha-demo";

Expand Down
1 change: 0 additions & 1 deletion hassio/src/entrypoint.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Compat needs to be first import
import "../../src/resources/compatibility";
import "../../src/resources/safari-14-attachshadow-patch";
import "./hassio-main";

import("../../src/resources/ha-style");
Expand Down
1 change: 0 additions & 1 deletion src/entrypoints/authorize.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Compat needs to be first import
import "../resources/compatibility";
import "../auth/ha-authorize";
import "../resources/safari-14-attachshadow-patch";

import("../resources/ha-style");
import("@polymer/polymer/lib/utils/settings").then(
Expand Down
1 change: 0 additions & 1 deletion src/entrypoints/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { subscribePanels } from "../data/ws-panels";
import { subscribeThemes } from "../data/ws-themes";
import { subscribeUser } from "../data/ws-user";
import type { ExternalAuth } from "../external_app/external_auth";
import "../resources/safari-14-attachshadow-patch";

window.name = MAIN_WINDOW_NAME;
(window as any).frontendVersion = __VERSION__;
Expand Down
1 change: 0 additions & 1 deletion src/entrypoints/custom-panel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Compat needs to be first import
import "../resources/compatibility";
import "../resources/safari-14-attachshadow-patch";

import { CSSResult } from "lit";
import { fireEvent } from "../common/dom/fire_event";
Expand Down
1 change: 0 additions & 1 deletion src/entrypoints/onboarding.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Compat needs to be first import
import "../resources/compatibility";
import "../onboarding/ha-onboarding";
import "../resources/safari-14-attachshadow-patch";

import("../resources/ha-style");
import("@polymer/polymer/lib/utils/settings").then(
Expand Down
17 changes: 0 additions & 17 deletions src/resources/safari-14-attachshadow-patch.ts

This file was deleted.

0 comments on commit d7e65e6

Please sign in to comment.