fix(common): add missing render function in buttons

This commit is contained in:
2025-12-29 19:48:18 +01:00
parent c20107fd4b
commit ba7c974af6

View File

@@ -68,4 +68,6 @@ useKeyDown((key) => {
break; break;
} }
}); });
defineOptions({ render: () => null });
</script> </script>