Skip to content

Commit 276db44

Browse files
committed
ACP2E-1362: The issue is with Pagebuilder not being able to update/save text on certain pagebuilder pages.
1 parent 6090014 commit 276db44

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/utils/editor.js

Lines changed: 3 additions & 2 deletions
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/editor.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,9 @@ export function removeReservedHtmlAttributes(content: string): string
487487
/**
488488
* Remove attribute from html tags
489489
*
490-
* @param content
491-
* @param name
490+
* @param {string} content
491+
* @param {string} name
492+
* @returns {string}
492493
*/
493494
function removeHtmlTagAttribute(content: string, name: string): string
494495
{

0 commit comments

Comments
 (0)