mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
hide undo on mobiles
This commit is contained in:
parent
37003b9e85
commit
9a08ccd95b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class EditorPanelUnconnected extends PureComponent<Props, void> {
|
||||||
this.panel = el;
|
this.panel = el;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="secondary-bar">
|
<div className="secondary-bar desktop-only">
|
||||||
<button
|
<button
|
||||||
className={classnames({ inactive: records.length === 0 || position === 0 })}
|
className={classnames({ inactive: records.length === 0 || position === 0 })}
|
||||||
onClick={this.props.editorUndo}
|
onClick={this.props.editorUndo}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue