From: Alexander Ebert Date: Mon, 5 Sep 2016 15:43:50 +0000 (+0200) Subject: Fixed caret position partially lost on link edit X-Git-Tag: 3.0.0_Beta_1~290 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1634a1ad0495e7f1639180a83fb20f8de40fa5fc;p=GitHub%2FWoltLab%2FWCF.git Fixed caret position partially lost on link edit --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js index 1f742ce741..6c159b0517 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js @@ -38,7 +38,7 @@ $.Redactor.prototype.WoltLabLink = function() { return false; } - //this.selection.restore(); + this.selection.restore(); // insert or update this.link.insert(link, true);