mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-12 00:19:02 +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({
|
columnResizing({
|
||||||
handleWidth: this.options.handleWidth,
|
handleWidth: this.options.handleWidth,
|
||||||
cellMinWidth: this.options.cellMinWidth,
|
cellMinWidth: this.options.cellMinWidth,
|
||||||
|
defaultCellMinWidth: this.options.cellMinWidth,
|
||||||
View: this.options.View,
|
View: this.options.View,
|
||||||
lastColumnResizable: this.options.lastColumnResizable,
|
lastColumnResizable: this.options.lastColumnResizable,
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user