Fix smartSpaceBar option in typeahead.

If you have smartSpaceBar turned on and hit space, the code
now calls lookup(), so that the app code can reload new
suggestions.

(imported from commit 6776babba0a2c9b8a954a4640aa7b81a970ed88e)
This commit is contained in:
Steve Howell 2013-07-18 17:33:57 -04:00
parent fa1151c8ed
commit b3ef7760c6

View File

@ -2045,9 +2045,7 @@
if (!this.shown) return
this.select_and_continue()
}
else {
this.lookup()
}
this.lookup()
break
case 27: // escape