Skip to content

Instantly share code, notes, and snippets.

@a-one-d-one
Created April 23, 2018 00:56
Show Gist options
  • Save a-one-d-one/3ea574f900eff2f7d5059f254e811e05 to your computer and use it in GitHub Desktop.
Save a-one-d-one/3ea574f900eff2f7d5059f254e811e05 to your computer and use it in GitHub Desktop.
function getActiveFrameTabId (state) {
const activeFrame = getActiveFrame(state)
return activeFrame && activeFrame.get('tabId')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment