Skip to content

Commit

Permalink
max dropdown height set to 4 items
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmoritzschoefl committed Sep 27, 2023
1 parent fb3b847 commit d87900e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vis/sidebar/VisTypeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function VisTypeSelect({ callback, currentSelected }: VisTypeSelectProps)
onChange={(e) => callback(e as ESupportedPlotlyVis)}
name="visTypes"
itemComponent={SelectItem}
maxDropdownHeight={380}
data={visTypes.map((t) => {
return {
value: t.type,
Expand Down

0 comments on commit d87900e

Please sign in to comment.