Browse Source

#902: * clearSelection

massanho-setTimeout
Lebedev Konstantin 8 years ago
parent
commit
a4d5aa15f4
  1. 3
      Sortable.js
  2. 2
      Sortable.min.js

3
Sortable.js

@ -402,7 +402,10 @@
try {
if (document.selection) {
// Timeout neccessary for IE9
setTimeout(function () {
document.selection.empty();
});
} else {
window.getSelection().removeAllRanges();
}

2
Sortable.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save