Skip to content

new scope variables extension#561

Open
yuri-kiss wants to merge 1 commit intoPenguinMod:mainfrom
yuri-kiss:erhtrryjturry
Open

new scope variables extension#561
yuri-kiss wants to merge 1 commit intoPenguinMod:mainfrom
yuri-kiss:erhtrryjturry

Conversation

@yuri-kiss
Copy link
Copy Markdown
Contributor

replaces the old one which had a lot of issues

Comment on lines +436 to +451
if (INPUT_DEBUG) {
STGP.descendVisualReport = function descendVisualReport(block) {
if (!this.thread.stackClick || block.next) {
return null;
}
try {
return {
kind: 'visualReport',
input: this.descendInput(block)
};
} catch (e) {
console.error(e);
return null;
}
};
}
Copy link
Copy Markdown
Contributor

@Steve0Greatness Steve0Greatness Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference to INPUT_DEBUG seems to be causing issues currently. At least in Firefox.

Image

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird it didnt cause an issue for me, ill take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants