mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Move up cloze id
This commit is contained in:
parent
7ab5f736df
commit
3cbddf3e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,9 +43,9 @@ function onCloze(event: MouseEvent): void {
|
|||
export function getClozeButton(): DynamicSvelteComponent<typeof WithShortcuts> &
|
||||
WithShortcutsProps {
|
||||
return withShortcuts({
|
||||
id: "cloze",
|
||||
shortcuts: ["Control+Shift+KeyC", "Control+Alt+Shift+KeyC"],
|
||||
button: iconButton({
|
||||
id: "cloze",
|
||||
icon: bracketsIcon,
|
||||
onClick: onCloze,
|
||||
tooltip: tr.editingClozeDeletionCtrlandshiftandc(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue