From 1bd8b51660a36983a01e7d64e5a063714698b6df Mon Sep 17 00:00:00 2001 From: anohito Date: Sun, 7 Apr 2024 05:50:13 +0800 Subject: [PATCH] fix far in event handling example --- docs/examples/event-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/event-handling.md b/docs/examples/event-handling.md index 48fee48..3f09ff9 100644 --- a/docs/examples/event-handling.md +++ b/docs/examples/event-handling.md @@ -166,7 +166,7 @@ When you want to do interaction with the content, one thing you likely want to d First, you need to include the following `cursor` and `raycaster` in the `` element like this: ``` - + ```