mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
[desktop] debug rtf
This commit is contained in:
@ -69,7 +69,7 @@ if ( window.AscDesktopEditor ) {
|
||||
|
||||
if ( window.RendererProcessVariable.rtl != undefined ) {
|
||||
window.native = {
|
||||
rtl: window.RendererProcessVariable.rtl == "yes" || window.RendererProcessVariable.rtl == "true"
|
||||
rtl: window.RendererProcessVariable.rtl === true || window.RendererProcessVariable.rtl == "yes" || window.RendererProcessVariable.rtl == "true"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user