mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
htmlarea.js
This commit is contained in:
parent
2a5bd05ad0
commit
9667feeebf
@ -1651,7 +1651,7 @@ HTMLArea.prototype.execCommand = function(cmdID, UI, param) {
|
||||
|
||||
case "cut":
|
||||
case "copy":
|
||||
case "paste":
|
||||
/* case "paste":
|
||||
try {
|
||||
if (this.config.killWordOnPaste)
|
||||
this._wordClean();
|
||||
@ -1670,6 +1670,7 @@ HTMLArea.prototype.execCommand = function(cmdID, UI, param) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
*/
|
||||
case "lefttoright":
|
||||
case "righttoleft":
|
||||
var dir = (cmdID == "righttoleft") ? "rtl" : "ltr";
|
||||
|
Loading…
Reference in New Issue
Block a user