|
@ -1395,8 +1395,6 @@ ItemSet.prototype._onMultiSelectItem = function (event) { |
|
|
// multi select items
|
|
|
// multi select items
|
|
|
selection = this.getSelection(); // current selection
|
|
|
selection = this.getSelection(); // current selection
|
|
|
|
|
|
|
|
|
console.log('multiselect', selection, item) |
|
|
|
|
|
|
|
|
|
|
|
var shiftKey = event.gesture.touches[0] && event.gesture.touches[0].shiftKey || false; |
|
|
var shiftKey = event.gesture.touches[0] && event.gesture.touches[0].shiftKey || false; |
|
|
if (shiftKey) { |
|
|
if (shiftKey) { |
|
|
// select all items between the old selection and the tapped item
|
|
|
// select all items between the old selection and the tapped item
|
|
|