[desktop] debug rtf

This commit is contained in:
Maxim Kadushkin
2024-01-17 20:55:15 +03:00
committed by GitHub
parent 3b9da1f806
commit 98ecbbd33c

View File

@ -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"
};
}
}