You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type something in the custom code and make an intentional syntax error (e.g. console.log(,))
Start fixing your input - for example, try typing 123 before the comma
The moment your input resolves the error (console.log(1,) vs console.log(123,)), the focus will be moved to the code editor - this makes it really annoying to edit code snippets
Expected behaviour
The script preview shouldn't receive focus on re-mount
Actual behaviour
The script preview received focus on re-mount
The text was updated successfully, but these errors were encountered:
Brief summary
See steps to reproduce
k6 Studio version
0.12.0
OS
macOS
Steps to reproduce the problem
console.log(,)
)123
before the commaconsole.log(1,)
vsconsole.log(123,)
), the focus will be moved to the code editor - this makes it really annoying to edit code snippetsExpected behaviour
The script preview shouldn't receive focus on re-mount
Actual behaviour
The script preview received focus on re-mount
The text was updated successfully, but these errors were encountered: