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