Skip to content

Commit 672003f

Browse files
committed
MC-4014: PageBuilder Performance Is Bad With Minimal Content
- Fix import order and include non compiled file
1 parent 4227e84 commit 672003f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/preview.js

Lines changed: 1 addition & 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/content-type/slider/preview.js

Lines changed: 1 addition & 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/content-type/slider/preview.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ import Option from "../../content-type-menu/option";
1919
import {OptionsInterface} from "../../content-type-menu/option.d";
2020
import ContentTypeInterface from "../../content-type.d";
2121
import {DataObject} from "../../data-store";
22+
import delayUntil from "../../utils/delay-until";
2223
import ContentTypeAfterRenderEventParamsInterface from "../content-type-after-render-event-params";
2324
import ContentTypeCreateEventParamsInterface from "../content-type-create-event-params.d";
2425
import ContentTypeDroppedCreateEventParamsInterface from "../content-type-dropped-create-event-params";
2526
import ContentTypeMountEventParamsInterface from "../content-type-mount-event-params.d";
26-
import ContentTypeReadyEventParamsInterface from "../content-type-ready-event-params.d";
2727
import ContentTypeDuplicateEventParamsInterface from "../content-type-ready-event-params.d";
28+
import ContentTypeReadyEventParamsInterface from "../content-type-ready-event-params.d";
2829
import ContentTypeRemovedEventParamsInterface from "../content-type-removed-event-params.d";
2930
import ObservableUpdater from "../observable-updater";
3031
import PreviewCollection from "../preview-collection";
3132
import Slide from "../slide/preview";
32-
import delayUntil from "../../utils/delay-until";
3333

3434
/**
3535
* @api

0 commit comments

Comments
 (0)