Skip to content

Instantly share code, notes, and snippets.

@sidneycalebe
Last active July 28, 2021 16:09
Show Gist options
  • Save sidneycalebe/4f21a8351bc69e3969c612f2c27a5798 to your computer and use it in GitHub Desktop.
Save sidneycalebe/4f21a8351bc69e3969c612f2c27a5798 to your computer and use it in GitHub Desktop.
function showHideDefaultButton(status) {
if (status === 'show') {
Huggy.showButton()
}
if (status === 'hide') {
Huggy.hideButton()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment