Skip to content

Commit

Permalink
docs: Fix spacing in Editor API interface code
Browse files Browse the repository at this point in the history
  • Loading branch information
thesunny committed May 26, 2021
1 parent 708372c commit 5e4459e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/nodes/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e4459e

Please sign in to comment.