1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

docs: Fix spacing in Editor API interface code

This commit is contained in:
Sunny Hirai
2021-05-26 00:19:19 -07:00
parent 708372c745
commit 5e4459ed17

View File

@@ -8,6 +8,7 @@ interface Editor {
selection: Range | null selection: Range | null
operations: Operation[] operations: Operation[]
marks: Record<string, any> | null marks: Record<string, any> | null
// Schema-specific node behaviors. // Schema-specific node behaviors.
isInline: (element: Element) => boolean isInline: (element: Element) => boolean
isVoid: (element: Element) => boolean isVoid: (element: Element) => boolean