From 2568a8b3a003ba22bced961078e3f16648fdcaee Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 22 May 2022 18:09:34 -0500 Subject: [PATCH] Fixed links being in the wrong spot after above elements added/removed --- src/components/Context.vue | 46 ++++++++++++++++++++++++++-- src/features/links/Links.vue | 39 ++++++----------------- src/features/particles/Particles.vue | 21 +------------ src/game/layers.tsx | 1 + 4 files changed, 55 insertions(+), 52 deletions(-) diff --git a/src/components/Context.vue b/src/components/Context.vue index 867ffe1..c55bc10 100644 --- a/src/components/Context.vue +++ b/src/components/Context.vue @@ -1,5 +1,6 @@ + + diff --git a/src/features/links/Links.vue b/src/features/links/Links.vue index 5071705..e87ff22 100644 --- a/src/features/links/Links.vue +++ b/src/features/links/Links.vue @@ -14,43 +14,24 @@