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
I wonder if we should effectively blur everything on the non-active screen.
That would potentially be an issue for the command palette as knowing the focused widget below is helpful; also I feel that dimmed focused state makes sense for the background widget. I think pausing the timer does make more sense.
davep
added a commit
to davep/textual-sandbox
that referenced
this issue
Sep 26, 2023
Using this code:
if you pull up the command palette you end up with two flashing cursors:
Screen.Recording.2023-09-26.at.11.41.36.mov
We should probably have
Input
(and likelyTextArea
) not show the visible state of the cursor if the app's current screen isn't the widget's screen.The text was updated successfully, but these errors were encountered: