diff --git a/app/components/NDS.vue b/app/components/NDS.vue
index f64cc88..418e82e 100644
--- a/app/components/NDS.vue
+++ b/app/components/NDS.vue
@@ -1,6 +1,6 @@
@@ -18,9 +38,13 @@ const bottomScreen = useTemplateRef("bottomScreen");
handleScreenClick(topScreenCanvas, x, y)"
+ @bottom-screen-click="
+ (x, y) => handleScreenClick(bottomScreenCanvas, x, y)
+ "
/>