We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ca835 commit 788c26cCopy full SHA for 788c26c
lib/internal/Magento/Framework/View/Helper/SecureHtmlRenderer.php
@@ -116,6 +116,7 @@ function {$listenerFunction} () {
116
{$elementName}Array.forEach(function(element){
117
if (element) {
118
element.{$eventName} = function (event) {
119
+ event.preventDefault();
120
var targetElement = element;
121
if (event && event.target) {
122
targetElement = event.target;
0 commit comments