mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
fix(editor): table block cell width adjust (#10087)
This commit is contained in:
@@ -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>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user