mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
fix comment
This commit is contained in:
parent
9ec13d2ad8
commit
9cd8295dab
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const ModelSelectBox = ({ options, featureName }: { options: ModelOption[], feat
|
|||
getOptionsEqual={(a, b) => optionsEqual([a], [b])}
|
||||
className={`text-xs text-void-fg-3 px-1`}
|
||||
matchInputWidth={false}
|
||||
// isMenuPositionFixed={false}
|
||||
// isMenuPositionFixed={featureName === 'Ctrl+K' ? false : true}
|
||||
/>
|
||||
}
|
||||
// const ModelSelectBox = ({ options, featureName }: { options: ModelOption[], featureName: FeatureName }) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue