From 6beca6a8ea7973eefc542a60ec817230d75130bf Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 20 Dec 2025 18:34:24 +0100 Subject: [PATCH] don't render invisible nodes if possible --- src/components/GatheringNode.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/GatheringNode.vue b/src/components/GatheringNode.vue index 202b015..ec0b150 100644 --- a/src/components/GatheringNode.vue +++ b/src/components/GatheringNode.vue @@ -117,6 +117,7 @@ export default defineComponent({ border: 1px solid #fff; padding: 0.5rem; border-radius: 0.25rem; + content-visibility: auto; &.active { animation: infinite pulsing 6s;