[SSE]Fix load locks on reload page

This commit is contained in:
Vladimir Privezenov
2025-11-19 14:38:17 +03:00
parent 23b387ffb7
commit c4e8cdc3de

View File

@ -3188,9 +3188,9 @@ var editor;
this.sendStandartTextures();
this.sendMathToMenu();
this._applyPreOpenLocks();
// Применяем пришедшие при открытии изменения
this._applyFirstLoadChanges();
this._applyPreOpenLocks();
// Go to if sent options
this.goTo();