This commit is contained in:
Olga Larinova
2022-03-23 13:29:24 +03:00
parent 7e34067410
commit 99b5fcd562

View File

@ -195,7 +195,7 @@
{% if usersForMentions %}
if (config.editorConfig.user.id) {
{% if history and historyData %}
@ -231,7 +231,7 @@
// prevent file renaming for anonymous users
config.events['onRequestRename'] = onRequestRename;
{% endif %}
}
if (config.editorConfig.createUrl) {
config.events.onRequestSaveAs = onRequestSaveAs;