Skip to content

Commit

Permalink
Supervisor mobile click accessibility (#11915)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep authored Mar 3, 2022
1 parent add92a5 commit 24829bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hassio/src/entrypoint.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// Compat needs to be first import
import "../../src/resources/compatibility";
import { setCancelSyntheticClickEvents } from "@polymer/polymer/lib/utils/settings";
import "../../src/resources/roboto";
import "../../src/resources/safari-14-attachshadow-patch";
import "./hassio-main";

setCancelSyntheticClickEvents(false);

const styleEl = document.createElement("style");
styleEl.innerHTML = `
body {
Expand Down

0 comments on commit 24829bd

Please sign in to comment.