other: lower the timer for multi-digit in dd times ()

Lowers the timer for multi-digit inputs in dd.

I'm going to eventually completely rewrite the input part for the entire application though, but this will do for now.
This commit is contained in:
Clement Tsang 2021-05-09 16:47:14 -04:00 committed by GitHub
parent 574c2c1df7
commit 1d33441f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -881,7 +881,7 @@ impl App {
.delete_dialog_state
.last_number_press
.map_or(100, |ins| ins.elapsed().as_millis())
> 500
>= 400
{
self.delete_dialog_state.keyboard_signal_select = 0;
}