Removed fix #230

This commit is contained in:
Tobias Reich 2014-09-25 20:24:16 +02:00
parent bda95c49f3
commit 27d7ca75f3
2 changed files with 4 additions and 7 deletions

View File

@ -193,9 +193,6 @@ multiselect = {
close: function() { close: function() {
// Hide selection from the select all shortcut
window.getSelection().removeAllRanges();
multiselect.stopResize(); multiselect.stopResize();
multiselect.position.top = null; multiselect.position.top = null;

File diff suppressed because one or more lines are too long