fix: fix a bug in markPasteRule

This commit is contained in:
Philipp Kühn
2021-07-28 17:18:08 +02:00
parent eb27b1fbb1
commit c2ccf68e8b

View File

@@ -35,7 +35,7 @@ export default function (
? getAttributes(match)
: getAttributes
if (!attrs) {
if (!attrs && attrs !== undefined) {
continue
}