Fix new eslint reported issues

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-06-17 10:46:55 +02:00
parent 5eadbbaae9
commit ed196d9b84
6 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ const CustomImage = Image.extend({
new Plugin({
props: {
handleDOMEvents: {
drop(view: EditorView<any>, event: Event) {
drop(view: EditorView, event: Event) {
const realEvent = event as DragEvent;
if (
!(