Fixed: Selecting range with shift-key in Series Editor should now work as intended.

This commit is contained in:
Taloth Saldono
2015-03-09 22:59:48 +01:00
parent f5f050f80b
commit 2a12aca66a
2 changed files with 11 additions and 8 deletions
@@ -145,6 +145,8 @@ module.exports = Marionette.Layout.extend({
return;
}
this.columns[0].sortedCollection = this.seriesCollection;
this.editorGrid = new Backgrid.Grid({
collection : this.seriesCollection,
columns : this.columns,