From 4b8ff6b196fa34fe1331de5f82662a1ba8305758 Mon Sep 17 00:00:00 2001 From: zzj3720 <17165520+zzj3720@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:56:25 +0000 Subject: [PATCH] fix(editor): table block cell width adjust (#10087) --- blocksuite/affine/block-table/src/table-cell.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/blocksuite/affine/block-table/src/table-cell.ts b/blocksuite/affine/block-table/src/table-cell.ts index 3fee7b6135..af05a9ad1d 100644 --- a/blocksuite/affine/block-table/src/table-cell.ts +++ b/blocksuite/affine/block-table/src/table-cell.ts @@ -631,15 +631,7 @@ export class TableCell extends SignalWatcher( @mouseenter=${mouseEnter} @mouseleave=${mouseLeave} style=${style(showWidthAdjustIndicator || showIndicator === 'right')} - data - - - width - - - adjust - - - column - - - id=${this.column?.columnId} + data-width-adjust-column-id=${this.column?.columnId} class=${columnRightIndicatorStyle} >`; }