Skip to content

Commit 17eb009

Browse files
committed
#419: Nested Links If User Adds Link Attribute & Link Widget to Banner/Slide, backward compatibility.
1 parent d0d1312 commit 17eb009

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/utils/nesting-link-dialog.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/js/utils/nesting-widget-dialog.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/utils/nesting-link-dialog.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export default function nestingLinkDialog(
3737
linkUrl[linkUrl.type].length !== 0
3838
) {
3939
const inlineEditor = $("#" + wysiwyg.elementId);
40-
inlineEditor.blur();
4140
confirmationDialog({
4241
actions: {
4342
always: () => {

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/utils/nesting-widget-dialog.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export default function nestingWidgetDialog(
3939
linkUrl[linkUrl.type].length !== 0
4040
) {
4141
const inlineEditor = $("#" + wysiwyg.elementId);
42-
inlineEditor.blur();
4342
confirmationDialog({
4443
actions: {
4544
always: () => {

0 commit comments

Comments
 (0)