diff --git a/remix/app/components/Thingtime/Thingtime.tsx b/remix/app/components/Thingtime/Thingtime.tsx index 7d2e5df..878aa6d 100644 --- a/remix/app/components/Thingtime/Thingtime.tsx +++ b/remix/app/components/Thingtime/Thingtime.tsx @@ -693,7 +693,13 @@ export const Thingtime = (props) => { cursor="pointer" transition="all 0.2s ease-out" onClick={addNewChild} + onKeyUp={(e) => { + if (e?.key === "Enter") { + addNewChild() + } + }} paddingY={2} + tabIndex={0} > {/*