Skip to content

Commit

Permalink
When the Copy button is pressed, focus is lost and scrolling the page
Browse files Browse the repository at this point in the history
with the arrow keys stops working. Fixed by upgrading ClipboardJS to
the latest version
  • Loading branch information
ffissore committed Apr 23, 2019
1 parent f60ebce commit 691323b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/theme/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ function playpen_text(playpen) {
elem.className = 'fa fa-copy tooltipped';
}

var clipboardSnippets = new Clipboard('.clip-button', {
var clipboardSnippets = new ClipboardJS('.clip-button', {
text: function (trigger) {
hideTooltip(trigger);
let playpen = trigger.closest("pre");
Expand Down
Loading

0 comments on commit 691323b

Please sign in to comment.