mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added hotkeys for textarea formatter
This commit is contained in:
parent
154a35c957
commit
72e63906e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue