Home
last modified time | relevance | path

Searched refs:isLegacyVisualIndexPluginNode (Results 1 – 1 of 1) sorted by relevance

/plugin/visualindex/script/
H A Dprosemirror.js113 function isLegacyVisualIndexPluginNode(node) { function
124 …n !!(node && node.type && node.type.name === 'visualindex') || isLegacyVisualIndexPluginNode(node);
421 if (isLegacyVisualIndexPluginNode(node)) return new VisualIndexNodeView(node, view, getPos);
427 if (isLegacyVisualIndexPluginNode(node)) return new VisualIndexNodeView(node, view, getPos);