Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Last active June 23, 2020 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/6280e0a1fbe4846071dc7b478746c887 to your computer and use it in GitHub Desktop.
Save iaindooley/6280e0a1fbe4846071dc7b478746c887 to your computer and use it in GitHub Desktop.
Sticky title card
function stickyTitleCard(notification)
{
var changed = new Notification(notification).changedCardPosition();
changed.label("Sticky");
changed.moveToList(changed.currentList(),"top");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment