Spaces:
Runtime error
Runtime error
Commit
•
a1aa607
1
Parent(s):
d7215d7
fix
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -129,7 +129,7 @@
|
|
129 |
}
|
130 |
|
131 |
function stopGeneration() {
|
132 |
-
document?.getElementById("iframe")?.stop();
|
133 |
}
|
134 |
|
135 |
function app() {
|
|
|
129 |
}
|
130 |
|
131 |
function stopGeneration() {
|
132 |
+
document?.getElementById("iframe")?.contentWindow?.stop?.();
|
133 |
}
|
134 |
|
135 |
function app() {
|