-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug] Avoid multiple save ajax calls (#347)
* draft: avoid multiple save, fix notification delay * remove console log * extend to documents and assets (even though we don't have any autosave there) and increased popup alert time Co-authored-by: robertSt7 <[email protected]> * setting saving to false when disallowing on preSave event * setting saving to false when disallowing on preSave event * refactor to saveInProgress * remove hideDelay changes * Apply suggestions from code review Co-authored-by: Divesh Pahuja <[email protected]> --------- Co-authored-by: robertSt7 <[email protected]> Co-authored-by: Divesh Pahuja <[email protected]>
- Loading branch information
1 parent
d9564cd
commit cc2a010
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters