Allow selection of text fields in stories

pull/6827/head
Mark Maglana 15 years ago
parent a2b38ddc0e
commit 28279c3311
  1. 1
      assets/javascripts/backlog.js

@ -23,7 +23,6 @@ RB.Backlog = Object.create(RB.Model, {
stop: this.dragStop,
update: this.dragComplete
});
list.disableSelection();
// Initialize each item in the backlog
this.getStories().each(function(index){

Loading…
Cancel
Save