From a1f9704c0bee5ed98d7f42ffac09b0a320a6e704 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 22 Jan 2020 11:54:59 +0700 Subject: [PATCH] keyboard hints for undo and redo --- src/components/panels/EditorPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/panels/EditorPanel.tsx b/src/components/panels/EditorPanel.tsx index 86247c8..28c82cc 100644 --- a/src/components/panels/EditorPanel.tsx +++ b/src/components/panels/EditorPanel.tsx @@ -88,7 +88,7 @@ class EditorPanelUnconnected extends PureComponent { className={classnames({ inactive: records.length === 0 || position === 0 })} onClick={this.props.editorUndo} > - Отмена + Отмена (z) @@ -98,7 +98,7 @@ class EditorPanelUnconnected extends PureComponent { })} onClick={this.props.editorRedo} > - Вернуть + Вернуть (u)