clean up
This commit is contained in:
@@ -83,6 +83,11 @@ export default {
|
|||||||
<td>Test</td>
|
<td>Test</td>
|
||||||
<td>Test</td>
|
<td>Test</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Test</td>
|
||||||
|
<td>Test</td>
|
||||||
|
<td>Test</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>Example Text</p>
|
<p>Example Text</p>
|
||||||
|
|||||||
@@ -12,8 +12,6 @@ export const TableCell = Node.create({
|
|||||||
HTMLAttributes: {},
|
HTMLAttributes: {},
|
||||||
},
|
},
|
||||||
|
|
||||||
// content: options.cellContent,
|
|
||||||
|
|
||||||
content: 'block+',
|
content: 'block+',
|
||||||
|
|
||||||
// attrs: cellAttrs,
|
// attrs: cellAttrs,
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ import {
|
|||||||
toggleHeaderColumn,
|
toggleHeaderColumn,
|
||||||
toggleHeaderRow,
|
toggleHeaderRow,
|
||||||
toggleHeaderCell,
|
toggleHeaderCell,
|
||||||
setCellAttr,
|
// setCellAttr,
|
||||||
fixTables,
|
// fixTables,
|
||||||
} from 'prosemirror-tables'
|
} from 'prosemirror-tables'
|
||||||
|
|
||||||
export interface TableOptions {
|
export interface TableOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user