Home
last modified time | relevance | path

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

/plugin/visualindex/script/
H A Dprosemirror.js123 function isVisualIndexNode(node) { function
185 if (isVisualIndexNode(selection.node)) {
191 if ($from.depth > 0 && isVisualIndexNode($from.parent)) {
195 if (isVisualIndexNode($from.nodeBefore)) {
199 if (isVisualIndexNode($from.nodeAfter)) {
205 if (isVisualIndexNode(ancestor)) {
351 if (!isVisualIndexNode(node)) return false;