diff options
-rw-r--r-- | js/inknswitch/ink.js | 1 |
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'; |