piotrpdev / kuby

Very simple CLI visualization of Kubernetes resources.
0 stars 1 forks source link

TextArea spamming causes crash #5

Open piotrpdev opened 1 year ago

piotrpdev commented 1 year ago

Holding down a direction key in a textarea causes the cursor to keep moving for a while even after letting go, this can then sometimes lead to a crash for unknown reasons.

Need to add a debounce function to fix this, maybe something like this.