feat: parseHTML for attributes should return the value instead of an object now, fix #1863
This commit is contained in:
@@ -29,9 +29,7 @@ export const TableCell = Node.create<TableCellOptions>({
|
||||
? [parseInt(colwidth, 10)]
|
||||
: null
|
||||
|
||||
return {
|
||||
colwidth: value,
|
||||
}
|
||||
return value
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user