From c48d3ee612f0bf9cd03c62669533c65a0ad3cb01 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 13 Aug 2020 20:26:47 +0200 Subject: [PATCH] Allow the `dropover` to bubble from the editor Enables proper drag & drop when running in fullscreen mode. Fixes #3509 --- wcfsetup/install/files/js/3rdParty/redactor2/redactor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/redactor.js b/wcfsetup/install/files/js/3rdParty/redactor2/redactor.js index d0f82d2539..8fb05c90ce 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/redactor.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/redactor.js @@ -3634,7 +3634,6 @@ }, dragover: function (e) { e.preventDefault(); - e.stopPropagation(); if (e.target.tagName === 'IMG') { $(e.target).addClass('redactor-image-dragover'); -- 2.20.1