mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-03 19:19:01 +08:00
fix: set defaultCellMinWidth
This commit is contained in:
parent
fea61ffe91
commit
d72ca3747d
@ -431,6 +431,7 @@ export const Table = Node.create<TableOptions>({
|
||||
columnResizing({
|
||||
handleWidth: this.options.handleWidth,
|
||||
cellMinWidth: this.options.cellMinWidth,
|
||||
defaultCellMinWidth: this.options.cellMinWidth,
|
||||
View: this.options.View,
|
||||
lastColumnResizable: this.options.lastColumnResizable,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user