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.
2 parents 4ff6a59 + e495ad1 commit e1ecf20Copy full SHA for e1ecf20
js/easycoder/Browser.js
@@ -451,8 +451,8 @@ const EasyCoder_Browser = {
451
}
452
} else {
453
const imports = compiler.imports;
454
- if (imports && imports.length > 0
455
- && compiler.program[compiler.symbols[imports[0]].pc].keyword === `div`) {
+ if (imports && imports.length > 0 && compiler.parent === `Codex`) {
+ // && compiler.program[compiler.parent.symbols[imports[0]].pc].keyword === `div`) {
456
// This is used by Codex to force run in Run panel, which must be the first import
457
compiler.addCommand({
458
domain: `browser`,
0 commit comments