jupyter-ui
jupyter-ui copied to clipboard
"Ctrl + /" key combination does not toggle comment
Description
Pressing Ctrl + / (slash) does not toggle comment on current line or selected block of code. It seems to work on the examples at this link, but when cloning the Next.js example, it does not work.
Reproduce
- Clone the Next.js example
- Install dependencies and run
- Enter text into a cell
- Press Ctrl + /
Expected behavior
Ctrl + / should toggle commenting the current line or selected block on and off
Thx for the report @wxirxn-bifrost The issue is replicable in the latest updates of the libraries deployed on https://jupyter-nextjs-example.vercel.app
Not sure why, the other shortcuts seem to work.