mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Open file select dialog from onClick event (#1637)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
29f2497d48
commit
3aa66eac05
@ -515,7 +515,7 @@ export class Extensions extends React.Component {
|
|||||||
<Icon
|
<Icon
|
||||||
interactive
|
interactive
|
||||||
material="folder"
|
material="folder"
|
||||||
onMouseDown={prevDefault(this.installFromSelectFileDialog)}
|
onClick={prevDefault(this.installFromSelectFileDialog)}
|
||||||
tooltip={<Trans>Browse</Trans>}
|
tooltip={<Trans>Browse</Trans>}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user