Skip to content

Instantly share code, notes, and snippets.

@Richienb
Created May 16, 2019 14:07
Show Gist options
  • Select an option

  • Save Richienb/bb7d46a3488b5a5452e525dc00652ae9 to your computer and use it in GitHub Desktop.

Select an option

Save Richienb/bb7d46a3488b5a5452e525dc00652ae9 to your computer and use it in GitHub Desktop.
document.designMode shortcut activator
const designMode = val => document.designMode = val === true ? "on" : "off"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment