Skip to content
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

Fix ctrl+s notification incorrectly showing up in RTC mode #15597

Merged

Conversation

andrewfulton9
Copy link
Contributor

References

#15547

Code changes

Adds a check to verify that a document is not rtc mode along with the check on if a document is not writable for raising a notification that a document is read-only.

User-facing changes

The user will no longer see an improper notification that a file is read-only when they use the keybinding "ctrl+s" when in rtc mode

Backwards-incompatible changes

Copy link

Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link: Binder

@krassowski krassowski added the bug label Jan 3, 2024
@krassowski krassowski added this to the 4.1.0 milestone Jan 3, 2024
@krassowski krassowski linked an issue Jan 3, 2024 that may be closed by this pull request
@krassowski krassowski changed the title fix ctrl+s rtc bug Fix ctrl+s notification incorrectly showing up in RTC mode Jan 3, 2024
Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @andrewfulton9!

@JasonWeill JasonWeill merged commit 9604b33 into jupyterlab:main Jan 3, 2024
78 of 80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notebook is permissioned as read-only shows up incorrectly on RTC
3 participants