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