-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Clicking issue from output of GitHub Issues notebook loses blue border around focused cell #111663
Comments
@rebornix we seem to add a class |
@misolori I added the output focus class, anything else we need 412f45f ? |
Fixed now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing #111552, with a closer look at last checked item in #109549 (clicking on an issue in cell output and navigating back to VS Code).
Focus on a cell and run it:
Click on an issue from its output
Return to VS Code, looks like focus on the cell was lost:
However, I tried changing language mode, and it successfully picked up that cell and changed it to markdown:
Could we indicate focus on this cell (/when users interact with or click on the output area) in some way? i.e. still include the blue border around the cell, or some sort of border/shading around the output?
The text was updated successfully, but these errors were encountered: