From: Matthias Schmidt Date: Sat, 19 Mar 2016 12:21:07 +0000 (+0100) Subject: Clear clipboard dropdown before creating editor items X-Git-Tag: 3.0.0_Beta_1~2009 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=055664d7d2401d8e8cb191b23d6deb5f8c5a5722;p=GitHub%2FWoltLab%2FWCF.git Clear clipboard dropdown before creating editor items --- diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js b/wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js index c8dbb30c21..c4de48c035 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js @@ -467,6 +467,7 @@ define( } else { editor.textContent = typeData.label; + dropdown.innerHTML = ''; } // create editor items