mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
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:
parent
fa1151c8ed
commit
b3ef7760c6
@ -2045,9 +2045,7 @@
|
||||
if (!this.shown) return
|
||||
this.select_and_continue()
|
||||
}
|
||||
else {
|
||||
this.lookup()
|
||||
}
|
||||
this.lookup()
|
||||
break
|
||||
|
||||
case 27: // escape
|
||||
|
||||
Loading…
Reference in New Issue
Block a user