Skip to content

Commit

Permalink
Fix specifying text index as array
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 1, 2024
1 parent 5d1185a commit 2155926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcjs/components/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function View(props: {
...rest,
onChange: messageShiny,
configuration: { theme },
aggregateTextSearchAdapters: text_index,
aggregateTextSearchAdapters: [text_index],
location,
assembly,
tracks,
Expand Down

0 comments on commit 2155926

Please sign in to comment.