mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 14:41:23 +02:00
Fix typo (#3976)
This commit is contained in:
@@ -488,7 +488,7 @@ export const Node: NodeInterface = {
|
|||||||
yield [n, p]
|
yield [n, p]
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we're allowed to go downward and we haven't decsended yet, do.
|
// If we're allowed to go downward and we haven't descended yet, do.
|
||||||
if (
|
if (
|
||||||
!visited.has(n) &&
|
!visited.has(n) &&
|
||||||
!Text.isText(n) &&
|
!Text.isText(n) &&
|
||||||
|
Reference in New Issue
Block a user