refactoring

This commit is contained in:
Philipp Kühn 2020-04-02 08:58:28 +02:00
parent 28d5ae094b
commit 72cd81640e

View File

@ -51,7 +51,6 @@ export default function (regexp: RegExp, type: MarkType, getAttrs?: Function) {
return new Plugin({
props: {
transformPasted: slice => {
console.log({slice})
return new Slice(handler(slice.content), slice.openStart, slice.openEnd)
},
},