Skip to content

Commit

Permalink
remove blur on input to be able to click on submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anchel123 committed Jan 23, 2025
1 parent d192e0f commit 72b96e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/graph/GraphDataPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ export default function GraphDataPanel({ obj, setObj, onExpand, onDeleteElement,
value={newVal}
onChange={(e) => setNewVal(e.target.value)}
onKeyDown={handleSetKeyDown}
onBlur={() => handleSetEditable("", "")}
/>
: <Button
label={obj.data[key]}
Expand Down

0 comments on commit 72b96e9

Please sign in to comment.