Skip to content

Commit

Permalink
Simplified expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgar committed Jan 26, 2024
1 parent 1f53ecf commit 4076736
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scripts/magicItemtab.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ export class MagicItemTab {
if (this.activate && !this.isActive()) {
app._tabs[0].activate("magicitems");
app.setPosition();
this.activate = false;
} else {
this.activate = false;
}

this.activate = false;
}

isActive() {
Expand Down

0 comments on commit 4076736

Please sign in to comment.