mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
fix private options
This commit is contained in:
parent
73474a486e
commit
8c0008bbad
@ -48,7 +48,7 @@ export class Editor extends EventEmitter {
|
||||
public schema!: Schema
|
||||
public view!: EditorView
|
||||
public selection = { from: 0, to: 0 }
|
||||
private options: EditorOptions = {
|
||||
public options: EditorOptions = {
|
||||
element: document.createElement('div'),
|
||||
content: '',
|
||||
injectCSS: true,
|
||||
|
Loading…
Reference in New Issue
Block a user