fix: fix a bug in markPasteRule
This commit is contained in:
@@ -35,7 +35,7 @@ export default function (
|
|||||||
? getAttributes(match)
|
? getAttributes(match)
|
||||||
: getAttributes
|
: getAttributes
|
||||||
|
|
||||||
if (!attrs) {
|
if (!attrs && attrs !== undefined) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user