-
Notifications
You must be signed in to change notification settings - Fork 159
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
Change/streamline editor autosave #8457
Change/streamline editor autosave #8457
Conversation
2be585d
to
376570a
Compare
@@ -37,6 +37,10 @@ const state = { | |||
options: { | |||
contextHelpers: true, | |||
defaultExtension: 'files', | |||
editor: { | |||
autosaveEnabled: false, | |||
autosaveInterval: 120000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like I said earlier in a zoom call, I'm not a fan of configuring this in ms
. I know that it was consistency
vs practicality
. Giving the admin the chance to let an editor autosave a file every 100 milliseconds doesn't sound like a good idea to me. But I get the consistency
argument... no veto, but wanted to express my meh
.
Co-authored-by: Benedikt Kulmann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thank you @pascalwengerter and @elizavetaRa
SonarCloud Quality Gate failed. |
Author: Pascal Wengerter <[email protected]> Date: Thu Feb 16 23:49:36 2023 +0100 Change/streamline editor autosave (#8457) * Configurable autosave for text editor Co-authored-by: elizavetaRa <[email protected]> Co-authored-by: Elizaveta Ragozina <[email protected]>
Description
Supersedes #8455 by bringing default configuration and streamlining autosaving for external apps (in our case DrawIo) also