Skip to content

Commit

Permalink
fix: browser extensiontconflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Jan 1, 2025
1 parent 8877939 commit 080cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// with the reload payload. If the reload payload
// is absent, it probably means the server responded
// with a 404 page
const meta = ifr.contentDocument.head.lastChild;
const meta = ifr.contentDocument.head.querySelector('meta[name="live-server"]')
if (
meta &&
meta.tagName === "META" &&
Expand Down

0 comments on commit 080cc44

Please sign in to comment.