diff --git a/src/CommandMenu.tsx b/src/CommandMenu.tsx index 1b6311b..6d672f2 100644 --- a/src/CommandMenu.tsx +++ b/src/CommandMenu.tsx @@ -78,7 +78,7 @@ const CommandMenu = ({metaData}: Props) => // if a dot pressed, not from a "text" element, then toggle command menu // /////////////////////////////////////////////////////////////////////////// const type = (e.target as any).type; - if (type !== "text" && type !== "textarea" && type !== "input" && type !== "search") + if (type !== "text" && type !== "textarea" && type !== "input" && type !== "search" && type !== "number") { if (e.key === "." && !keyboardHelpOpen) {