Skip to content

Commit

Permalink
Add obj return for the sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
kirunchik committed Apr 26, 2017
1 parent 5570ca1 commit 7ba6658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/message/buttons/urlButton.js
Expand Up @@ -42,5 +42,6 @@ export default class UrlButton extends Button {

disableSharing() {
this.webview_share_button = 'hide';
return this;
}
}

0 comments on commit 7ba6658

Please sign in to comment.