From 3ae1396f05cd9e97e3775adc46b9c2b204ff2104 Mon Sep 17 00:00:00 2001 From: Martichou Date: Wed, 8 May 2024 21:37:39 +0200 Subject: [PATCH] fix: make the app feel like 'real' Disallow selecting text and don't show a pointer when not needed. Signed-off-by: Martichou --- frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 5fc0f9f..87211b3 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,7 +3,7 @@ import HomePage from './components/HomePage.vue'