Skip to content

Commit df6385f

Browse files
authored
misc(FR-1940): Modify the upload dropdown button to open only when clicked (#5104)
1 parent f897caa commit df6385f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/backend.ai-ui/src/components/baiClient/FileExplorer/ExplorerActionControls.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const ExplorerActionControls: React.FC<ExplorerActionControlsProps> = ({
9595
</Tooltip>
9696
<Dropdown
9797
disabled={!enableWrite}
98+
trigger={['click']}
9899
popupRender={() => {
99100
return (
100101
<BAIFlex

0 commit comments

Comments
 (0)