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 4e564dd commit 00fadccCopy full SHA for 00fadcc
1 file changed
public/js/commandline.js
@@ -258,28 +258,28 @@ let commandsFontSize = {
258
id: "changeFontSize1",
259
display: "1x",
260
exec: () => {
261
- changeFontSize(1)
+ changeFontSize(1);
262
}
263
},
264
{
265
id: "changeFontSize125",
266
display: "1.25x",
267
268
- changeFontSize(125)
+ changeFontSize(125);
269
270
271
272
id: "changeFontSize15",
273
display: "1.5x",
274
275
- changeFontSize(15)
+ changeFontSize(15);
276
277
278
279
id: "changeFontSize2",
280
display: "2x",
281
282
- changeFontSize(2)
+ changeFontSize(2);
283
284
285
]
0 commit comments