We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb169fa commit 68291d5Copy full SHA for 68291d5
1 file changed
src/lib/editorFile.js
@@ -1173,7 +1173,7 @@ export default class EditorFile {
1173
const event = createFileEvent(this);
1174
this.#emit("run", event);
1175
if (event.defaultPrevented) return;
1176
- run(false, file ? "inapp" : appSettings.value.previewMode, file);
+ run(false, appSettings.value.previewMode, file);
1177
}
1178
1179
#updateTab() {
0 commit comments