diff --git a/remix/app/components/Thingtime/Thingtime.tsx b/remix/app/components/Thingtime/Thingtime.tsx index 7a229ff..655fa66 100644 --- a/remix/app/components/Thingtime/Thingtime.tsx +++ b/remix/app/components/Thingtime/Thingtime.tsx @@ -695,7 +695,7 @@ export const Thingtime = (props) => { transition="all 0.2s ease-out" outline="none !important" onClick={addNewChild} - onKeyUp={(e) => { + onKeyDown={(e) => { if (e?.key === "Enter") { addNewChild() }