fix: fix keybindings for arrowheads (#9557)

This commit is contained in:
Kamil Wąż 2025-05-22 09:47:41 +02:00 committed by GitHub
parent 712f267519
commit 27522110df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1483,13 +1483,13 @@ const getArrowheadOptions = (flip: boolean) => {
value: "crowfoot_one",
text: t("labels.arrowhead_crowfoot_one"),
icon: <ArrowheadCrowfootOneIcon flip={flip} />,
keyBinding: "c",
keyBinding: "x",
},
{
value: "crowfoot_many",
text: t("labels.arrowhead_crowfoot_many"),
icon: <ArrowheadCrowfootIcon flip={flip} />,
keyBinding: "x",
keyBinding: "c",
},
{
value: "crowfoot_one_or_many",