From 2155926285e0a3d9477093e7dced990259d3e59d Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 1 Mar 2024 16:46:23 -0500 Subject: [PATCH] Fix specifying text index as array --- srcjs/components/View.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcjs/components/View.tsx b/srcjs/components/View.tsx index ce5a9e7..3e40ec7 100644 --- a/srcjs/components/View.tsx +++ b/srcjs/components/View.tsx @@ -24,7 +24,7 @@ export default function View(props: { ...rest, onChange: messageShiny, configuration: { theme }, - aggregateTextSearchAdapters: text_index, + aggregateTextSearchAdapters: [text_index], location, assembly, tracks,