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:
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"
|
color="gray"
|
||||||
iconOnly
|
iconOnly
|
||||||
type="button"
|
type="button"
|
||||||
label="Жирный"
|
label="Жирный Ctrl+B"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
@ -75,7 +75,7 @@ const CommentFormFormatButtons: FC<IProps> = ({ element, handler }) => {
|
||||||
color="gray"
|
color="gray"
|
||||||
iconOnly
|
iconOnly
|
||||||
type="button"
|
type="button"
|
||||||
label="Наклонный"
|
label="Наклонный Ctrl+I"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue