Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

In the Blazor document editor, we have implemented that CTRL-S saves the document (through some Javascript trickery), but you also have some javascript that - when CTRL-S is pressed - downloads the file to the client in a .SFDT format.. So if you - as a user used to word and ctrl-s, hits CTRL-S multiple times, then you get loads of files in your downloads folder.

We'd like to be able to stop that from happening.

You can see the same happening in your demos, here for example.



Would appreciate a fix, or help with a way of disabling this. I've tried to change the javascript events, but not had any success completely fixing this.