Skip to content

Commit 4cdb82e

Browse files
committed
MC-3934: Slide/Banner Overlay & Button Do Not Show On Storefront When Set To On Hover
Change _self to _top
1 parent 3419b4a commit 4cdb82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/base/web/js/widget/click-event-binder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ define(['jquery'], function ($) {
4646
*/
4747
clickEventBinder.redirectTo = function (href, target) {
4848
if (!target) {
49-
target = '_self';
49+
target = '_top';
5050
}
5151

5252
window.open(href, target, 'noopener');

0 commit comments

Comments
 (0)