@tiptap/extension-table
Advanced tools
Comparing version 2.0.0-beta.47 to 2.0.0-beta.48
{ | ||
"name": "@tiptap/extension-table", | ||
"description": "table extension for tiptap", | ||
"version": "2.0.0-beta.47", | ||
"version": "2.0.0-beta.48", | ||
"homepage": "https://tiptap.dev", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "82759a898a77aa0bf6a459178021e86b6713ef39" | ||
"gitHead": "e7163e52f59f02d004ae704d704178be9645f82d" | ||
} |
@@ -21,4 +21,3 @@ import { | ||
splitCell, | ||
toggleHeaderColumn, | ||
toggleHeaderRow, | ||
toggleHeader, | ||
toggleHeaderCell, | ||
@@ -161,6 +160,6 @@ setCellAttr, | ||
toggleHeaderColumn: () => ({ state, dispatch }) => { | ||
return toggleHeaderColumn(state, dispatch) | ||
return toggleHeader('column')(state, dispatch) | ||
}, | ||
toggleHeaderRow: () => ({ state, dispatch }) => { | ||
return toggleHeaderRow(state, dispatch) | ||
return toggleHeader('row')(state, dispatch) | ||
}, | ||
@@ -167,0 +166,0 @@ toggleHeaderCell: () => ({ state, dispatch }) => { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1950518
14926