fix: check sig exists
This commit is contained in:
@ -176,6 +176,6 @@ export abstract class EventExt {
|
||||
if (type === EventType.ParameterizedReplaceable) {
|
||||
if (!findTag(ev, "d")) return false;
|
||||
}
|
||||
return true;
|
||||
return ev.sig !== undefined;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user