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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user