调整table扩展模块相关代码

This commit is contained in:
MrZ626
2021-04-28 17:22:35 +08:00
parent 1fc4dae61b
commit c8db07a8c8
6 changed files with 18 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ local typeColor={
}
local function getList()return result[1]and result or dict end
local function clearResult()
TABLE.clear(result)
TABLE.cut(result)
selected,scrollPos=1,0
waiting,lastSearch=0,false
end