mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
keyboard hints for undo and redo
This commit is contained in:
parent
4915744c84
commit
a1f9704c0b
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ class EditorPanelUnconnected extends PureComponent<Props, void> {
|
||||||
className={classnames({ inactive: records.length === 0 || position === 0 })}
|
className={classnames({ inactive: records.length === 0 || position === 0 })}
|
||||||
onClick={this.props.editorUndo}
|
onClick={this.props.editorUndo}
|
||||||
>
|
>
|
||||||
<Tooltip>Отмена</Tooltip>
|
<Tooltip>Отмена (z)</Tooltip>
|
||||||
<Icon icon="icon-undo" size={24} />
|
<Icon icon="icon-undo" size={24} />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ class EditorPanelUnconnected extends PureComponent<Props, void> {
|
||||||
})}
|
})}
|
||||||
onClick={this.props.editorRedo}
|
onClick={this.props.editorRedo}
|
||||||
>
|
>
|
||||||
<Tooltip>Вернуть</Tooltip>
|
<Tooltip>Вернуть (u)</Tooltip>
|
||||||
<Icon icon="icon-redo" size={24} />
|
<Icon icon="icon-redo" size={24} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue