Solutionunvalidated
Update the keydown guard in handleKeyDown to also exclude cases where evt.metaKey is pressed (in addition to ctrlKey), so paste shortcuts are not prevented.
62ec824b-e07b-4683-a748-9f601b4ce0b8
Update the keydown guard in handleKeyDown to also exclude cases where evt.metaKey is pressed (in addition to ctrlKey), so paste shortcuts are not prevented.