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 a68e596 commit 5bf6a55Copy full SHA for 5bf6a55
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/stage-builder.ts
@@ -245,7 +245,7 @@ function createInitialElementData(fields: ConfigFieldInterface): FieldDefaultsIn
245
*/
246
function getElementChildren(element: HTMLElement): HTMLElement[] {
247
if (element.hasChildNodes()) {
248
- let children: any[] = [];
+ const children: any[] = [];
249
// Find direct children of the element
250
_.forEach(element.childNodes, (child: HTMLElement) => {
251
if (child.nodeType === Node.ELEMENT_NODE) {
0 commit comments