Skip to content

Commit 28d0410

Browse files
committed
fix lint error
1 parent 74942e1 commit 28d0410

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/editors/multiple.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ export class MultipleEditor extends AbstractEditor {
334334
editor.showValidationErrors(errors)
335335
})
336336
}
337-
},
338-
addLinks: function () {
337+
}
338+
339+
addLinks () {
339340
// multiple editor itself don't create links
340341
}
341342
}

0 commit comments

Comments
 (0)