This commit is contained in:
sriramsv
2022-08-28 12:01:52 -07:00
parent 2aff40924e
commit afa0299be6

View File

@@ -18,7 +18,7 @@ local blue = md_colors.light_blue_800
function on_search(input)
text_from = input
text_to = ""
search:show({..input},{blue})
search:show({input},{blue})
end
function on_click(idx)