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 d7a1ccc commit 5a03f86Copy full SHA for 5a03f86
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-line/preview.ts
@@ -821,7 +821,7 @@ export default class Preview extends PreviewCollection {
821
const draggedColumn = getDragColumn();
822
return (this.dropOverElement || draggedColumn) &&
823
(event.pageY < linePosition.top + 15 + this.element.outerHeight() &&
824
- event.pageY > linePosition.top + 15 +this.element.outerHeight() - this.lineDropperHeight);
+ event.pageY > linePosition.top + 15 + this.element.outerHeight() - this.lineDropperHeight);
825
826
}
827
0 commit comments