mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-29 04:56:39 +07:00
fixed stickers scroll
This commit is contained in:
parent
bc5892120f
commit
738f69fff4
4 changed files with 11 additions and 4 deletions
|
@ -109,13 +109,13 @@ class EditorPanelUnconnected extends PureComponent<Props, void> {
|
|||
active: can_undo || can_redo || can_clear,
|
||||
})}
|
||||
>
|
||||
<button className={classnames({ inactive: !can_undo })} onClick={this.props.editorUndo}>
|
||||
<button className={classnames('undo-button', { inactive: !can_undo })} onClick={this.props.editorUndo}>
|
||||
<Tooltip>Отмена (z)</Tooltip>
|
||||
<Icon icon="icon-undo" size={24} />
|
||||
</button>
|
||||
|
||||
<button
|
||||
className={classnames({
|
||||
className={classnames('undo-button', {
|
||||
inactive: !can_redo,
|
||||
})}
|
||||
onClick={this.props.editorRedo}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue