From: Alexander Ebert Date: Thu, 10 Jun 2021 15:49:49 +0000 (+0200) Subject: Rely on the dialog's auto focus with proper iOS handling X-Git-Tag: 5.3.8~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=54abece1de57e010298da1b23c1fd624ba668cd7;p=GitHub%2FWoltLab%2FWCF.git Rely on the dialog's auto focus with proper iOS handling --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Link.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Link.js index db9a4e862f..d56a9ce64e 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Link.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Link.js @@ -65,9 +65,6 @@ define(['Core', 'EventKey', 'Language', 'Ui/Dialog'], function(Core, EventKey, L }); }); } - }, - onShow: function () { - elById('redactor-link-url').focus(); } }, source: '
'