mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix #5109: trigger ex input change on ex history navigation
This commit is contained in:
parent
5b31cc42eb
commit
b487a712bd
|
|
@ -424,6 +424,7 @@ async function history(n) {
|
|||
const pot_history = matches[clamped_ind]
|
||||
commandline_state.clInput.value =
|
||||
pot_history === undefined ? cmdline_history_current : pot_history
|
||||
clInputValueChanged()
|
||||
|
||||
// if there was no clampage, update history position
|
||||
// there's a more sensible way of doing this but that would require more programmer time
|
||||
|
|
|
|||
Loading…
Reference in a new issue