Browse Source

Add type="button" for the '+' button. Fixes #158

pull/236/merge
Artur Arseniev 9 years ago
parent
commit
d617693f42
  1. 2
      src/style_manager/view/PropertyStackView.js

2
src/style_manager/view/PropertyStackView.js

@ -7,7 +7,7 @@ module.exports = PropertyCompositeView.extend({
template: _.template(` template: _.template(`
<div class="<%= pfx %>field <%= pfx %>stack"> <div class="<%= pfx %>field <%= pfx %>stack">
<button id='<%= pfx %>add'>+</button> <button type="button" id='<%= pfx %>add'>+</button>
<span id='<%= pfx %>input-holder'></span> <span id='<%= pfx %>input-holder'></span>
</div> </div>
<div style="clear:both"></div>`), <div style="clear:both"></div>`),

Loading…
Cancel
Save