feat(settings/options/rendering-mode): implement

This commit is contained in:
2026-01-29 17:52:26 +01:00
parent 8305f613ef
commit 5e37d47eb1
14 changed files with 191 additions and 17 deletions

View File

@@ -394,6 +394,8 @@ const handleMouseUp = () => {
};
onMounted(() => {
app.ready = true;
if (renderer) {
renderer.instance.domElement.addEventListener("mousedown", handleClick);
renderer.instance.domElement.addEventListener("mouseup", handleMouseUp);