lint: fix parsing error in ContentInsertionPane (missing closing brace)
Co-Authored-By: Justin Edmund <justin@jedmund.com>
This commit is contained in:
parent
041e13e95c
commit
5bd8494a55
1 changed files with 2 additions and 2 deletions
|
|
@ -235,8 +235,8 @@
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
.run()
|
.run()
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'video':
|
case 'video':
|
||||||
editor.chain().focus().setVideo(media.url).run()
|
editor.chain().focus().setVideo(media.url).run()
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue