1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 23:12:52 +02:00
This commit is contained in:
Marcus Wood
2020-08-18 18:21:41 -04:00
committed by GitHub
parent 63f099952e
commit 9f3bc0a4da

View File

@@ -292,7 +292,7 @@ export const Node = {
}, },
/** /**
* Get the lash node entry in a root node from a path. * Get the last node entry in a root node from a path.
*/ */
last(root: Node, path: Path): NodeEntry { last(root: Node, path: Path): NodeEntry {