We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5352d commit 2f92811Copy full SHA for 2f92811
1 file changed
ops.ts
@@ -132,13 +132,13 @@ export function pack(
132
);
133
o += 4;
134
135
- const alignX = l.alignX === "right"
+ let alignX = l.alignX === "right"
136
? 1
137
: l.alignX === "center"
138
? 2
139
: 0;
140
141
- const alignY = l.alignY === "bottom"
+ let alignY = l.alignY === "bottom"
142
143
: l.alignY === "center"
144
0 commit comments