File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-line Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export default class Preview extends PreviewCollection {
70
70
private resizeUtils : Resize ;
71
71
private linePositionCache : LinePositionCache ;
72
72
private columnLineDropPlaceholder : JQuery ;
73
- private resizeColumnInstance : ContentTypeCollectionInterface < Preview > ;
73
+ private resizeColumnInstance : ContentTypeCollectionInterface < ColumnPreview > ;
74
74
private resizeColumnWidths : ColumnWidth [ ] ;
75
75
private resizeMaxGhostWidth : MaxGhostWidth ;
76
76
private resizeHistory : ResizeHistory = {
@@ -338,7 +338,6 @@ export default class Preview extends PreviewCollection {
338
338
const sourceLinePreview = column . parentContentType . preview as ColumnLinePreview ;
339
339
let modifyOldNeighbour : ContentTypeCollectionInterface < ColumnPreview > ;
340
340
341
-
342
341
// Determine which old neighbour we should modify
343
342
const oldWidth = sourceLinePreview . getResizeUtils ( ) . getColumnWidth ( column ) ;
344
343
You can’t perform that action at this time.
0 commit comments