Compare commits

..

1 Commits

Author SHA1 Message Date
codegen-sh[bot] d85fb42622 Allow inline code to be bolded and italicized 2025-03-30 20:00:34 +00:00
-2
View File
@@ -98,8 +98,6 @@ export default class TableCell extends Node {
}
}
// For all other cases, preserve the slice as is to maintain table structure
// including column widths and other attributes
return slice;
},
handleDOMEvents: {