mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 03:09:45 +02:00
support cache search in google drive api
This commit is contained in:
@ -65,7 +65,7 @@ class SpotlightDialog extends this.OS.GUI.BaseDialog
|
||||
else
|
||||
text = @searchbox.value
|
||||
($ @scheme).css("height", "45px")
|
||||
return unless text.length > 3
|
||||
return unless text.length >= 3
|
||||
result = @_api.search text
|
||||
return if result.length is 0
|
||||
@container.set "items", result
|
||||
|
Reference in New Issue
Block a user