Skip to content

Commit

Permalink
fix: robot hide after install
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Mar 8, 2023
1 parent 54ee130 commit 21e85fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ export class ExtensionService {
const successCallback = () => {
this.updateInstalledInfo(this.getExtensions(), {
action: isInit ? 'init' : 'install',
name,
extension: this.installedList.find(val => val.name === name)
name
});
if (isInit) return;
if (!this.isEnable(name)) {
Expand Down

0 comments on commit 21e85fe

Please sign in to comment.