1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 14:41:23 +02:00
This commit is contained in:
inokawa
2021-01-16 13:12:08 +09:00
committed by GitHub
parent 79e02e881f
commit a1be70204e

View File

@@ -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) &&