From 2cc30f752268ae62b64e9e4f5463015776d64e14 Mon Sep 17 00:00:00 2001 From: Jonas De Gauquier Date: Wed, 1 Feb 2023 17:56:33 +0100 Subject: [PATCH] Edit link not visible with Wysiwyg field Fixed edit link not visible with Wysiwyg field --- .../UIBundle/Resources/public/js/product/field/wysiwyg-field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Akeneo/Platform/Bundle/UIBundle/Resources/public/js/product/field/wysiwyg-field.js b/src/Akeneo/Platform/Bundle/UIBundle/Resources/public/js/product/field/wysiwyg-field.js index 48593e57abd0..29aafed3c978 100644 --- a/src/Akeneo/Platform/Bundle/UIBundle/Resources/public/js/product/field/wysiwyg-field.js +++ b/src/Akeneo/Platform/Bundle/UIBundle/Resources/public/js/product/field/wysiwyg-field.js @@ -107,7 +107,7 @@ define(['jquery', 'pim/field', 'underscore', 'pim/template/product/field/textare const source = jqueryEvent.originalEvent.path ? $(jqueryEvent.originalEvent.path[0]) - : $(jqueryEvent.originalEvent.originalTarget); + : $(jqueryEvent.originalEvent.target); if ( source.hasClass('icon-link') ||