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