We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4ce6 commit 1fb7b4dCopy full SHA for 1fb7b4d
webroot/js/inject-iframe.js
@@ -58,9 +58,11 @@ if (elem) {
58
iframe.style.zIndex = 99999;
59
iframe.height = 40;
60
iframe.width = 40;
61
- iframe.src = `${window.debugKitBaseUrl}debug-kit/toolbar/${window.debugKitId}`;;
+ iframe.src = `${window.debugKitBaseUrl}debug-kit/toolbar/${window.debugKitId}`;
62
+
63
body.appendChild(iframe);
64
bodyOverflow = body.style.overflow;
65
66
if (!win.debugKitMessageListenerApplied) {
67
window.addEventListener('message', onMessage, false);
68
win.debugKitMessageListenerApplied = true;
0 commit comments