1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:28:15 +01:00

Prevent async completions from resetting selected completion

This commit is contained in:
Kris Maglione
2008-12-05 06:20:42 -05:00
parent 84e84c81fd
commit 809da07b11
4 changed files with 33 additions and 29 deletions

View File

@@ -1300,7 +1300,6 @@ function Completion() //{{{
cmdContext.completions = compObject.items;
}
}
context.updateAsync = true;
}
},