minor searchbox change
This commit is contained in:
@@ -163,7 +163,7 @@ do
|
||||
return queries and join(map(copy(queries), function(query) return query.prettified end), ';') or color.red(str)
|
||||
end
|
||||
editbox.complete = completion.complete_filter
|
||||
editbox.focus_loss = function() this:SetText(get_current_search().filter_string or '') end
|
||||
editbox.escape = function() this:SetText(get_current_search().filter_string or '') end
|
||||
editbox:SetHeight(25)
|
||||
editbox.char = function()
|
||||
this:complete()
|
||||
|
||||
Reference in New Issue
Block a user