python: remove historyClose and restore

This commit is contained in:
Taygunova Rina
2023-12-05 16:08:29 +03:00
parent 3243a04a1b
commit f74f34504f
2 changed files with 7 additions and 1 deletions

View File

@ -280,6 +280,10 @@
};
if (config.editorConfig.user.id == "uid-3"){
config.events["onRequestHistoryClose"] = null;
config.events["onRequestRestore"] = null;
};
if (config.editorConfig.user.id) {