Skip to content

Commit

Permalink
added todo 91
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Jul 31, 2024
1 parent a95922a commit 5edf5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/components/inline-edit/inline-edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export const EditableComponent: React.FC<Props> = props => {
return `${size.height}px`;
};

// TODO: Componentize this #91
// https://github.com/Lemoncode/quickmock/issues/91
return (
<>
<Group onDblClick={handleDoubleClick}>{children}</Group>
Expand Down

0 comments on commit 5edf5b6

Please sign in to comment.