mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Move up cloze id
This commit is contained in:
parent
d2ca94a29d
commit
2109b67caf
1 changed files with 1 additions and 1 deletions
|
@ -43,9 +43,9 @@ function onCloze(event: MouseEvent): void {
|
||||||
export function getClozeButton(): DynamicSvelteComponent<typeof WithShortcuts> &
|
export function getClozeButton(): DynamicSvelteComponent<typeof WithShortcuts> &
|
||||||
WithShortcutsProps {
|
WithShortcutsProps {
|
||||||
return withShortcuts({
|
return withShortcuts({
|
||||||
|
id: "cloze",
|
||||||
shortcuts: ["Control+Shift+KeyC", "Control+Alt+Shift+KeyC"],
|
shortcuts: ["Control+Shift+KeyC", "Control+Alt+Shift+KeyC"],
|
||||||
button: iconButton({
|
button: iconButton({
|
||||||
id: "cloze",
|
|
||||||
icon: bracketsIcon,
|
icon: bracketsIcon,
|
||||||
onClick: onCloze,
|
onClick: onCloze,
|
||||||
tooltip: tr.editingClozeDeletionCtrlandshiftandc(),
|
tooltip: tr.editingClozeDeletionCtrlandshiftandc(),
|
||||||
|
|
Loading…
Reference in a new issue