mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
fix: remove debug log
This commit is contained in:
parent
2718ccff6f
commit
beb96c5cbf
@ -232,8 +232,6 @@ export class Editor extends EventEmitter {
|
||||
* Creates a ProseMirror view.
|
||||
*/
|
||||
private createView(): void {
|
||||
|
||||
console.log(this.schema.topNodeType)
|
||||
this.view = new EditorView(this.options.element, {
|
||||
...this.options.editorProps,
|
||||
dispatchTransaction: this.dispatchTransaction.bind(this),
|
||||
|
Loading…
Reference in New Issue
Block a user