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