diff --git a/package.json b/package.json index 0083e72..28aa92b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chopin-frontend", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "dev": "vite --host --port 8080", diff --git a/src/components/UI/Splash.vue b/src/components/UI/Splash.vue index 15e9ac0..7c51121 100644 --- a/src/components/UI/Splash.vue +++ b/src/components/UI/Splash.vue @@ -107,6 +107,7 @@ generateNotes(); color: rgba(255, 255, 255, 0.2); animation: float 10s infinite linear; opacity: 0; + user-select: none; }