File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
packages/ve-table/src/column-resizer Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -129,22 +129,6 @@ export default {
129129 } else {
130130 console . warn ( "Resizer column needs set column width" ) ;
131131 }
132-
133- // if (col && col._realTimeWidth) {
134- // const target = event.target;
135- // const cellRect = target.getBoundingClientRect();
136- // const { height, left, top } = cellRect;
137-
138- // this.columnResizerRect.left =
139- // left + col._realTimeWidth - tableContainerLeft;
140- // this.columnResizerRect.top = top - tableContainerTop;
141- // this.columnResizerRect.height = height;
142-
143- // this.currentResizingColumn = col;
144- // this.columnResizerStartX = left + col._realTimeWidth;
145- // } else {
146- // console.warn("Resizer column needs set column width");
147- // }
148132 }
149133 } ,
150134
You can’t perform that action at this time.
0 commit comments