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