Merge pull request #14227 from overleaf/mj-table-gen-booktabs
[visual] Support booktabs horizontal borders GitOrigin-RevId: 9e59341b514c667fbba4154e6316274f9e42db3d
This commit is contained in:
committed by
Copybot
parent
6d8c8e678e
commit
63b09c3da3
@@ -71,7 +71,7 @@ const isRowSeparator = (node: SyntaxNode, state: EditorState) =>
|
||||
|
||||
const isHLine = (node: SyntaxNode) =>
|
||||
node.type.is('Command') &&
|
||||
Boolean(node.getChild('KnownCommand')?.getChild('HLine'))
|
||||
Boolean(node.getChild('KnownCommand')?.getChild('HorizontalLine'))
|
||||
|
||||
type Position = {
|
||||
from: number
|
||||
|
||||
Reference in New Issue
Block a user