Fix bug where selection box modification would cause page to scroll to the top

Jonathan Frederic 12 years ago
parent 134488637c
commit cecf05efb2

@ -150,6 +150,11 @@ define([
*/
this.model.set('value_name', $(e.target).text(), {updated_view: this});
this.touch();
// Manually hide the droplist.
e.stopPropagation();
e.preventDefault();
this.$buttongroup.removeClass('open');
},
});

Loading…
Cancel
Save