lint: fix parsing error in ContentInsertionPane (missing closing brace)

Co-Authored-By: Justin Edmund <justin@jedmund.com>
This commit is contained in:
Devin AI 2025-11-24 05:53:05 +00:00
parent 041e13e95c
commit 5bd8494a55

View file

@ -235,8 +235,8 @@
}
])
.run()
break
}
break
}
case 'video':
editor.chain().focus().setVideo(media.url).run()
break