mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Send rtl option to sdkjs
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user