Skip to content

Commit 5a03f86

Browse files
committed
PB-108 fix static test
1 parent d7a1ccc commit 5a03f86

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-line

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ export default class Preview extends PreviewCollection {
821821
const draggedColumn = getDragColumn();
822822
return (this.dropOverElement || draggedColumn) &&
823823
(event.pageY < linePosition.top + 15 + this.element.outerHeight() &&
824-
event.pageY > linePosition.top + 15 +this.element.outerHeight() - this.lineDropperHeight);
824+
event.pageY > linePosition.top + 15 + this.element.outerHeight() - this.lineDropperHeight);
825825

826826
}
827827

0 commit comments

Comments
 (0)