Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #280 bug results getting cleared when switching tabs and then back to a script that is still running in the background #288

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

tareqimbasher
Copy link
Owner

closes #280

When switching between tabs, new and old status were from different script environments. The comparison that existed was invalid and there was no way to know if the status change occured on the same environment or not. Moved it to OutputPane (one level up in the component hierarchy)

…ack to a script that is still running in the background

When switching between tabs, new and old status were from different script environments. The comparison that existed was invalid and there was no way to know if the status change occured on the same environment or not. Moved it to OutputPane (one level up in the component hierarchy)
@tareqimbasher tareqimbasher merged commit 59de220 into main Nov 12, 2024
8 checks passed
@tareqimbasher tareqimbasher deleted the fix/280-results-clear-on-background-scripts branch November 12, 2024 22:30
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.

result window is not sticky to the query window session during continuous execution.
1 participant