mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
RTL message view fix
This commit is contained in:
parent
7a89af1cc2
commit
a7d6331e21
3 changed files with 3 additions and 3 deletions
|
|
@ -980,7 +980,7 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
|
||||||
|
|
||||||
if (oData.Result.Rtl)
|
if (oData.Result.Rtl)
|
||||||
{
|
{
|
||||||
this.isRtl(true);
|
oMessage.isRtl(true);
|
||||||
oBody.addClass('rtl-text-part');
|
oBody.addClass('rtl-text-part');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16211,7 +16211,7 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
|
||||||
|
|
||||||
if (oData.Result.Rtl)
|
if (oData.Result.Rtl)
|
||||||
{
|
{
|
||||||
this.isRtl(true);
|
oMessage.isRtl(true);
|
||||||
oBody.addClass('rtl-text-part');
|
oBody.addClass('rtl-text-part');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue