-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cursor stays in the previous after executing with Shift-Enter #137
Comments
Looks related or the same as jupyterlab/jupyterlab#14271 Maybe we are not notifying code mirror correctly about leaving the cell editor? |
Maybe I'm not getting the issue, but isn't it the normal behavior that another user cannot move my cursor? |
maybe collaborator cursors should be visually distinct (beyond colour) to prevent confusion? In 3.x we had a needle pin on collaborator cursors, could we bring this back? |
The issue here is that the cursor does not follow. See the beginning of screencast:
|
Oh I get it now, thanks @krassowski ! |
Description
Reproduce
Shift-Enter
Expected behavior
The cursor should be shown in the second cell.
Context
This was found while looking into jupyter/notebook#6816.
On the screencast above, the browser on the left is Chromium, the one on the right is Firefox.
The text was updated successfully, but these errors were encountered: