mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
feat: debug timeout option, translation support for many things and improve sliders
This commit is contained in:
@@ -49,8 +49,8 @@ export default class OrderSettings extends React.PureComponent {
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<h2>Order</h2>
|
||||
<span className='modalLink' onClick={this.reset}>Reset</span>
|
||||
<h2>{this.language.sections.order.title}</h2>
|
||||
<span className='modalLink' onClick={this.reset}>{this.language.buttons.reset}</span>
|
||||
<SortableContainer onSortEnd={this.onSortEnd} lockAxis='y' lockToContainerEdges disableAutoscroll>
|
||||
{this.state.items.map((value, index) => (
|
||||
<SortableItem key={`item-${value}`} index={index} value={value} />
|
||||
|
||||
Reference in New Issue
Block a user