Merge pull request #499 from LEW21/patch-1
In the View mode, open links in the same tab by default
This commit is contained in:
commit
fbe65d122c
|
@ -2151,7 +2151,6 @@ Node.prototype._createDomValue = function () {
|
|||
// create a link in case of read-only editor and value containing an url
|
||||
domValue = document.createElement('a');
|
||||
domValue.href = this.value;
|
||||
domValue.target = '_blank';
|
||||
domValue.innerHTML = this._escapeHTML(this.value);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue