Skip to content

Commit

Permalink
fix: Fix for bug where menu bar is not interactible if Dice Roller is…
Browse files Browse the repository at this point in the history
… enabled with no in-view dice rolls
  • Loading branch information
valentine195 committed Oct 4, 2024
1 parent 98bb3e8 commit d91a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class DiceRollerPlugin extends Plugin {
await this.loadSettings();

DiceRenderer.setData(this.getRendererData());
this.addChild(DiceRenderer);

this.api.initialize(this.data, this.app);

window["DiceRoller"] = this.api;
Expand Down

0 comments on commit d91a8ab

Please sign in to comment.