fix right click bringing up context menu instead of radial menu on bottom of screen

This commit is contained in:
Evan
2025-02-12 10:33:08 -08:00
parent a8c04f11ee
commit a478e305d1
+1 -1
View File
@@ -220,7 +220,7 @@
>
<div
class="w-full sm:w-2/3 sm:fixed sm:right-0 sm:bottom-0 sm:flex justify-end"
style="pointer-events: auto"
style="pointer-events: none"
>
<events-display></events-display>
</div>