Skip to content

Commit

Permalink
fix access of onCopyUri
Browse files Browse the repository at this point in the history
  • Loading branch information
xzilja committed Sep 5, 2023
1 parent 55d40f4 commit 15b0c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold/src/utils/w3m-connecting-widget/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class W3mConnectingWidget extends LitElement {
}

// -- Protected ----------------------------------------- //
private onCopyUri() {
protected onCopyUri() {
try {
if (this.uri) {
CoreHelperUtil.copyToClopboard(this.uri)
Expand Down

0 comments on commit 15b0c26

Please sign in to comment.