mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-20 07:04:39 +01:00
docs: Fix spacing in Editor API interface code
This commit is contained in:
parent
708372c745
commit
5e4459ed17
@ -8,6 +8,7 @@ interface Editor {
|
||||
selection: Range | null
|
||||
operations: Operation[]
|
||||
marks: Record<string, any> | null
|
||||
|
||||
// Schema-specific node behaviors.
|
||||
isInline: (element: Element) => boolean
|
||||
isVoid: (element: Element) => boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user