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 89244ab commit 83de4d7Copy full SHA for 83de4d7
components/play-controller/element.js
@@ -102,6 +102,7 @@ export class MDNPlayController extends LitElement {
102
}
103
104
clear() {
105
+ this.runOnChange = true;
106
this.initialCode = undefined;
107
this.srcPrefix = "";
108
this.reset();
components/playground/element.js
@@ -80,6 +80,7 @@ export class MDNPlayground extends L10nMixin(LitElement) {
80
controller
81
) {
82
controller.clear();
83
+ this._autoRun = true;
84
this._storeSession();
85
this.requestUpdate();
86
const urlWithoutSearch = new URL(location.href);
0 commit comments