mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-07-07 21:15:05 +00:00
fix(desktop): add extension store item selection handler
fix issue https://github.com/kunkunsh/kunkun/issues/233
This commit is contained in:
parent
90ba943fb6
commit
cc7cea7fe9
1 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,9 @@
|
|||
{ext}
|
||||
installedVersion={$installedExtsMap[ext.identifier]}
|
||||
isUpgradable={!!$upgradableExpsMap[ext.identifier]}
|
||||
onSelect={() => {}}
|
||||
onSelect={() => {
|
||||
onExtItemSelected(ext)
|
||||
}}
|
||||
onUpgrade={() => onExtItemUpgrade(ext)}
|
||||
onInstall={() => onExtItemInstall(ext)}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue