If cell is not in viewport, it doesnt receive typing? vscode ipynb #15073
Unanswered
Norlandz
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If cell is in viewport,
and I type
1
,cell receives the typing &
1
is typed in the cell.This is the normal behavior.
If cell is NOT in viewport,
and I type
1
,cell does NOT receive the typing &
1
is NOT typed in the cell.This is the current behavior.
Its wrong, it should receive the typing.
Beta Was this translation helpful? Give feedback.
All reactions