about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-12 20:58:16 -0500
committerelioat <elioat@tilde.institute>2024-01-12 20:58:16 -0500
commitb926c2222dd049ac07d4627934fb33c516331a85 (patch)
tree1fa56cd0dfd4be477f516019f409bb62fe9b9ca7 /js
parent550b858b5d975cd9cb346fb9282adaeb03ea2fc9 (diff)
downloadtour-b926c2222dd049ac07d4627934fb33c516331a85.tar.gz
*
Diffstat (limited to 'js')
-rw-r--r--js/inknswitch/ink.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/inknswitch/ink.js b/js/inknswitch/ink.js
index 1fbbf7c..e51bbcd 100644
--- a/js/inknswitch/ink.js
+++ b/js/inknswitch/ink.js
@@ -95,6 +95,7 @@ document.addEventListener('keydown', (e) => {
             noteArea.style.pointerEvents = 'none';
             noteArea.style.backgroundColor = 'rgba(255, 255, 255, 0.25)';
             noteArea.style.color = '#bbb';
+            canvas.style.cursor = 'pointer';
         } else {
             canvas.style.pointerEvents = 'none';
             noteArea.style.pointerEvents = 'auto';