feat: define empty render for Clock and Stats

This commit is contained in:
2025-11-13 21:28:36 +01:00
parent 5366437f60
commit e9a0d56f65
2 changed files with 8 additions and 0 deletions

View File

@@ -58,4 +58,8 @@ useRender((ctx) => {
(textY += LINE_HEIGHT),
);
});
defineOptions({
render: () => null,
});
</script>