We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c6133f + 68291d5 commit daf4e4dCopy full SHA for daf4e4d
1 file changed
src/lib/editorFile.js
@@ -1389,7 +1389,7 @@ export default class EditorFile {
1389
const event = createFileEvent(this);
1390
this.#emit("run", event);
1391
if (event.defaultPrevented) return;
1392
- run(false, file ? "inapp" : appSettings.value.previewMode, file);
+ run(false, appSettings.value.previewMode, file);
1393
}
1394
1395
#updateTab() {
0 commit comments