Release v1.7.1

This commit is contained in:
Zeno Rocha
2017-05-29 16:57:52 -07:00
parent a55c9ac513
commit b6e6b80ab0
5 changed files with 8 additions and 8 deletions

6
dist/clipboard.js vendored
View File

@ -1,5 +1,5 @@
/*!
* clipboard.js v1.7.0
* clipboard.js v1.7.1
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
@ -522,8 +522,8 @@ module.exports = E;
}, {
key: 'clearSelection',
value: function clearSelection() {
if (this.target) {
this.target.blur();
if (this.trigger) {
this.trigger.focus();
}
window.getSelection().removeAllRanges();

File diff suppressed because one or more lines are too long