mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
fixed merge conflicts
This commit is contained in:
parent
3401a7bc11
commit
d20dcc7c57
4 changed files with 22 additions and 1 deletions
|
@ -1127,6 +1127,10 @@ function OUTER(gscope)
|
|||
{
|
||||
setTextSize(value);
|
||||
}
|
||||
else if (k == 'rtlistrue')
|
||||
{
|
||||
setClassPresence(root, "rtl", !! value);
|
||||
}
|
||||
}
|
||||
|
||||
editorInfo.ace_setBaseText = function(txt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue