mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 22:26:37 +00:00
Also fetch manifest property again (#92)
This commit is contained in:
parent
a54682545b
commit
e8288b8425
@ -18,7 +18,7 @@ export const connect = async (button: InstallButton) => {
|
||||
|
||||
const el = document.createElement("ewt-install-dialog");
|
||||
el.port = port;
|
||||
el.manifestPath = button.getAttribute("manifest")!;
|
||||
el.manifestPath = button.manifest || button.getAttribute("manifest")!;
|
||||
el.addEventListener(
|
||||
"closed",
|
||||
() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user