Skip to content

Commit

Permalink
fix: fixing click handler on the "back" button
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Aug 30, 2019
1 parent 34fb6aa commit 7ca40a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
<anypoint-button
class="action-button"
?legacy="${legacy}"
@click="closeTryIt"
@click="${this.closeTryIt}"
emphasis="medium">Back to docs</anypoint-button>
</div>
</div>
Expand Down

0 comments on commit 7ca40a7

Please sign in to comment.