Make links ignore pointer events

This commit is contained in:
thepaperpilot 2023-05-22 21:15:55 -05:00
parent 6ad08c4052
commit 9edda4d957

View file

@ -57,6 +57,7 @@ const linkProps = computed(() => kebabifyObject(_props.link as unknown as Record
<style scoped>
.link {
transition-duration: 0s;
pointer-events: none;
}
.link.pulsing {