don't render invisible nodes if possible

This commit is contained in:
2025-12-20 18:34:24 +01:00
parent fe8e7eb098
commit 6beca6a8ea
+1
View File
@@ -117,6 +117,7 @@ export default defineComponent({
border: 1px solid #fff; border: 1px solid #fff;
padding: 0.5rem; padding: 0.5rem;
border-radius: 0.25rem; border-radius: 0.25rem;
content-visibility: auto;
&.active { &.active {
animation: infinite pulsing 6s; animation: infinite pulsing 6s;