maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Holding a character key does not repeat presses #493

Closed dane-johnson closed 7 years ago

dane-johnson commented 7 years ago

Expected Behavior

Holding a character key should repeat character associated with the key.

Current Behavior

Holding a key warms the CPU and not much else.

Steps to Reproduce (for bugs)

  1. Focus on the editor
  2. Hold a character key

Possible Solution

Look at the pushToCodeMirror guard statement.

thebho commented 7 years ago

Works in safari and chrome

thebho commented 7 years ago

Closing, this is a client setting problem