Skip to content

Commit 2b2f9ee

Browse files
committed
2.0.11
1 parent 21db725 commit 2b2f9ee

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Modern copy to clipboard. No Flash. Just 3kb",
55
"license": "MIT",
66
"main": "dist/clipboard.js",

dist/clipboard.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* clipboard.js v2.0.10
2+
* clipboard.js v2.0.11
33
* https://clipboardjs.com/
44
*
55
* Licensed MIT © Zeno Rocha
@@ -319,7 +319,6 @@ var Clipboard = /*#__PURE__*/function (_Emitter) {
319319
trigger.focus();
320320
}
321321

322-
document.activeElement.blur();
323322
window.getSelection().removeAllRanges();
324323
}
325324
});

dist/clipboard.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: 'zenorocha:clipboard',
55
summary: 'Modern copy to clipboard. No Flash. Just 3kb.',
6-
version: '2.0.10',
6+
version: '2.0.11',
77
git: 'https://github.com/zenorocha/clipboard.js',
88
});
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Modern copy to clipboard. No Flash. Just 2kb",
55
"homepage": "https://clipboardjs.com",
66
"repository": "zenorocha/clipboard.js",

0 commit comments

Comments
 (0)