highlightjs-copy icon indicating copy to clipboard operation
highlightjs-copy copied to clipboard

Add an option to always display the copy button

Open arronhunt opened this issue 1 year ago • 1 comments

Disable the default behavior of autohiding by setting it to false.

hljs.addPlugin(
  new CopyButtonPlugin({
    autohide: false, // Always show the copy button
  })
);

arronhunt avatar Nov 27 '23 22:11 arronhunt

Deploy Preview for highlightjs-copy canceled.

Name Link
Latest commit 87dca50f9e822bd5ebe1ceaa6c8d2bf8ad588a43
Latest deploy log https://app.netlify.com/sites/highlightjs-copy/deploys/6565133dd43cc5000722e72d

netlify[bot] avatar Nov 27 '23 22:11 netlify[bot]