mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 09:27:30 +00:00
Added back in action buttons to input label/fieldset
This commit is contained in:
@@ -72,6 +72,9 @@ export default class Block extends React.Component {
|
||||
<div className="maputnik-input-block-label">
|
||||
{this.props.label}
|
||||
</div>
|
||||
<div className="maputnik-input-block-action">
|
||||
{this.props.action}
|
||||
</div>
|
||||
<div className="maputnik-input-block-content" ref={el => this._blockEl = el}>
|
||||
{this.props.children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user