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 d8f01dd commit 35042d2Copy full SHA for 35042d2
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/buttons/preview.ts
@@ -50,7 +50,7 @@ export default class Preview extends PreviewCollection {
50
super(contentType, config, observableUpdater);
51
52
// Keeps track of number of button item to disable sortable if there is only 1.
53
- this.contentType.children.subscribe((args) => {
+ this.contentType.children.subscribe(() => {
54
const sortableElement = $(this.wrapperElement).find(".buttons-container");
55
if (!sortableElement.data("sortable")) {
56
return;
0 commit comments