Send rtl option to sdkjs

This commit is contained in:
Julia Radzhabova
2025-03-10 15:34:52 +03:00
parent 56164ec6d1
commit e575e42fe4
14 changed files with 32 additions and 16 deletions

View File

@ -202,7 +202,8 @@ class MainController extends Component {
this.api = new Asc.VisioEditorApi({
'id-view': 'editor_sdk',
'mobile': true,
'translate': _translate
'translate': _translate,
'isRtlInterface': Common.Locale.isCurrentLangRtl
});
Common.Notifications.trigger('engineCreated', this.api);