From b926c2222dd049ac07d4627934fb33c516331a85 Mon Sep 17 00:00:00 2001 From: elioat Date: Fri, 12 Jan 2024 20:58:16 -0500 Subject: * --- js/inknswitch/ink.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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'; -- cgit 1.4.1-2-gfad0