Skip to content

Commit 2a50aa4

Browse files
committed
MC-3775: Button editable state is not consistent with the options panel appearing
- Fix import ordering
1 parent dc832ec commit 2a50aa4

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/buttons/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/buttons/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ import Option from "../../content-type-menu/option";
1717
import {OptionsInterface} from "../../content-type-menu/option.d";
1818
import ContentTypeInterface from "../../content-type.d";
1919
import StageUpdateAfterParamsInterface from "../../stage-update-after-params.d";
20+
import delayUntil from "../../utils/delay-until";
2021
import ContentTypeAfterRenderEventParamsInterface from "../content-type-after-render-event-params.d";
2122
import ContentTypeDroppedCreateEventParamsInterface from "../content-type-dropped-create-event-params";
2223
import ContentTypeDuplicateEventParamsInterface from "../content-type-duplicate-event-params";
2324
import ContentTypeMountEventParamsInterface from "../content-type-mount-event-params";
2425
import ContentTypeRedrawAfterEventParamsInterface from "../content-type-redraw-after-event-params";
2526
import ObservableUpdater from "../observable-updater";
2627
import PreviewCollection from "../preview-collection";
27-
import delayUntil from "../../utils/delay-until";
2828

2929
/**
3030
* @api

0 commit comments

Comments
 (0)