Skip to content

Commit

Permalink
fix(table): remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTao-z committed Aug 29, 2022
1 parent e5c5c9a commit 94fa087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/table/base-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default defineComponent({
resizeLineRef, resizeLineStyle, recalculateColWidth, setEffectColMap,
} = columnResizeParams;
setRecalculateColWidthFuncRef(recalculateColWidth);
setEffectColMap(thList.value[0], null);

const dynamicBaseTableClasses = computed(() => [
tableClasses.value,
Expand Down

0 comments on commit 94fa087

Please sign in to comment.