fix(editor): table block cell width adjust (#10087)

This commit is contained in:
zzj3720
2025-02-11 09:56:25 +00:00
parent 652865c7cf
commit 4b8ff6b196
@@ -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}
></div>`;
}