Disable webix_fmanager_save_message

Hi, is there a way to diable the messages that are displayed on webix fileManager?

I see there is a function ‘showSaveMessage’ that I would like to disable…

So far I only managed to remove it with css:

.webix_fmanager_save_message {
    display: none;
  }

Thanks

Hey @Miguel, as an alternative, you can also provide empty strings as the save messages, which will make box not appear at all: https://snippet.webix.com/jkkhq1s2.

Other than that and the solution you’ve already came up with I don’t trhink there is a way to disable these messages (except, of course, removing the function altogether from the source).