mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
[third] We no longer need the tabSkips option
(imported from commit 18a292f05a6a0d473b02b1817de116e1c3d66202)
This commit is contained in:
@@ -1849,8 +1849,6 @@
|
||||
break
|
||||
|
||||
case 9: // tab
|
||||
if (this.options.tabSkips) break
|
||||
|
||||
case 13: // enter
|
||||
if (!this.shown) return
|
||||
this.select()
|
||||
@@ -1910,7 +1908,6 @@
|
||||
, menu: '<ul class="typeahead dropdown-menu"></ul>'
|
||||
, item: '<li><a href="#"></a></li>'
|
||||
, minLength: 1
|
||||
, tabSkips: false
|
||||
, stopAdvance: false
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user