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 82b9674 commit 670274cCopy full SHA for 670274c
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/panel.ts
@@ -205,7 +205,7 @@ export default class Panel implements PanelInterface {
205
if (document.querySelector(":focus")) {
206
document.querySelector<HTMLElement>(":focus").blur();
207
}
208
-
+
209
/**
210
* Swap all sortable instances to use intersect, as the item from the left panel is a predictable
211
* size this yields better results when dragging
0 commit comments