Skip to content

Commit 543bd2d

Browse files
Merge pull request #56 from magento-trigger/AC-1445
[Trigger] AC-1445: Unable to click Underline in TinyMCE on PageBuilder
2 parents cf2cccf + fced19e commit 543bd2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReCaptchaFrontendUi/view/frontend/web/js/nonInlineReCaptchaRenderer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
/* global grecaptcha */
77
define([
8-
'jquery'
8+
'jquery',
9+
'jquery/z-index'
910
], function ($) {
1011
'use strict';
1112

0 commit comments

Comments
 (0)