fix visual issues in completion behavior of autocomplete lister

This commit is contained in:
Ryan Fleury
2024-06-28 09:42:38 -07:00
parent f2a7103461
commit f7b97b302f
5 changed files with 26 additions and 3 deletions
+8
View File
@@ -39,6 +39,14 @@ DF_CORE_VIEW_RULE_EVAL_RESOLUTION_FUNCTION_DEF(array)
return eval;
}
////////////////////////////////
//~ rjf: "slice"
DF_CORE_VIEW_RULE_EVAL_RESOLUTION_FUNCTION_DEF(slice)
{
return eval;
}
////////////////////////////////
//~ rjf: "list"