Skip to content

Commit

Permalink
fix: do not reference undefined google during component mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt committed Apr 21, 2023
1 parent 8128554 commit 8d2fc32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/button-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export class ButtonManager {
console.error(err);
}
}
return;
}

this.element = element;
Expand Down

0 comments on commit 8d2fc32

Please sign in to comment.