1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added hotkeys for textarea formatter

This commit is contained in:
Fedor Katurov 2021-03-05 14:54:23 +07:00
parent 154a35c957
commit 72e63906e5

View file

@ -65,7 +65,7 @@ const CommentFormFormatButtons: FC<IProps> = ({ element, handler }) => {
color="gray"
iconOnly
type="button"
label="Жирный"
label="Жирный Ctrl+B"
/>
<Button
@ -75,7 +75,7 @@ const CommentFormFormatButtons: FC<IProps> = ({ element, handler }) => {
color="gray"
iconOnly
type="button"
label="Наклонный"
label="Наклонный Ctrl+I"
/>
<Button