Inject ElementInternals polyfill where needed (#20818)

This commit is contained in:
Steve Repsher
2024-05-23 14:25:58 -04:00
committed by GitHub
parent 7d2cee650d
commit e0062cf190
18 changed files with 35 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
import { customElement } from "lit/decorators";
import "element-internals-polyfill";
import { MdSlider } from "@material/web/slider/slider";
import { css } from "lit";
import { customElement } from "lit/decorators";
import { mainWindow } from "../common/dom/get_main_window";
@customElement("ha-slider")