delete redundant method

This commit is contained in:
Sebastian Greaves
2018-12-12 12:28:17 +00:00
parent ca4eeb2e4a
commit 8cb6ca37aa

View File

@@ -410,7 +410,6 @@ declare class BaseNode<
getClosestBlock(path: Path): Block | null;
getClosestInline(path: Path): Inline | null;
getClosestVoid(key: string | Path): Node | null;
getClosestVoid(key: string): Node | null;
getClosest(path: Path, iterator: (node: Node) => boolean): Node | null;
getCommonAncestor(a: Path, b: Path): Node;
getDecorations(editor: Editor): Immutable.List<Decoration>;