Skip to content

Commit

Permalink
fix(api): fix attrs get
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Apr 11, 2024
1 parent 2d4546b commit 6f9df7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export class Messager {
this.children.push(
r.face(
face,
attrs['unsafe-super']
attrs['unsafeSuper']
? FaceType.Super
: face.QSid === face.IQLid && face.QSid === face.AQLid
? FaceType.Normal2
Expand Down

0 comments on commit 6f9df7e

Please sign in to comment.