1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-15 23:05:27 +02: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
-1
View File
@@ -1300,7 +1300,6 @@ function Completion() //{{{
cmdContext.completions = compObject.items;
}
}
context.updateAsync = true;
}
},