Searched refs:canInsertNodeAtPos (Results 1 – 2 of 2) sorted by relevance
18 import { CodeViewOptions, canInsertNodeAtPos } from './node';46 if (canInsertNodeAtPos($context, nodeType)) {
136 return canInsertNodeAtPos($from, nodeType);139 export function canInsertNodeAtPos($pos: ResolvedPos, nodeType: NodeType) { function