mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08: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)
|
||||
{
|
||||
this.isRtl(true);
|
||||
oMessage.isRtl(true);
|
||||
oBody.addClass('rtl-text-part');
|
||||
}
|
||||
|
||||
|
|
|
@ -16211,7 +16211,7 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
|
|||
|
||||
if (oData.Result.Rtl)
|
||||
{
|
||||
this.isRtl(true);
|
||||
oMessage.isRtl(true);
|
||||
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…
Reference in a new issue