diff --git a/src/engine/runtime.js b/src/engine/runtime.js index 530db3b40..62d65fd5b 100644 --- a/src/engine/runtime.js +++ b/src/engine/runtime.js @@ -1477,7 +1477,8 @@ class Runtime extends EventEmitter { const target = thread.target; if (target === this._editingTarget) { const blockForThread = thread.blockGlowInFrame; - if (thread.requestScriptGlowInFrame) { + console.log(thread.blockGlowInFrame, thread.requestScriptGlowInFrame) + if (thread.requestScriptGlowInFrame || thread.stackClick) { let script = target.blocks.getTopLevelScript(blockForThread); if (!script) { // Attempt to find in flyout blocks.