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
"Click to add cell" button breaks command mode when navigating past the last cell with J.
When navigating past the last cell, the "Click to add cell" button appears and gets focused. After that, it's not possible anymore to move the focus to another cell with e.g. K or any other key combination.
Reproduce
Open new Jupyter notebook
Create new cell with B
Navigate past last cell with J, J
The "Click to add cell" button appears and no command mode key combinations can be used anymore.
Expected behavior
Should be able to navigate back to previous cells with K.
Description
"Click to add cell" button breaks command mode when navigating past the last cell with
J
.When navigating past the last cell, the "Click to add cell" button appears and gets focused. After that, it's not possible anymore to move the focus to another cell with e.g.
K
or any other key combination.Reproduce
B
J
,J
The "Click to add cell" button appears and no command mode key combinations can be used anymore.
Expected behavior
Should be able to navigate back to previous cells with
K
.Context
Versions:
Related:
The text was updated successfully, but these errors were encountered: