feat: define empty render for Clock and Stats
This commit is contained in:
@@ -75,4 +75,8 @@ useRender((ctx) => {
|
|||||||
ctx.fillStyle = "#494949";
|
ctx.fillStyle = "#494949";
|
||||||
ctx.fillRect(CENTER_X - 2, CENTER_Y - 2, 5, 5);
|
ctx.fillRect(CENTER_X - 2, CENTER_Y - 2, 5, 5);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
defineOptions({
|
||||||
|
render: () => null,
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -58,4 +58,8 @@ useRender((ctx) => {
|
|||||||
(textY += LINE_HEIGHT),
|
(textY += LINE_HEIGHT),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
defineOptions({
|
||||||
|
render: () => null,
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user