Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saketsingh0078 authored Jul 24, 2024
1 parent 40305b9 commit 5983c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const EditableHeading = function EditableHeading({
const enableEditing = () => setIsEditing(!disabled);
return (
<div
className="group pointer-events-none relative truncate sm:pointer-events-auto"
className="group pointer-events-auto relative truncate"
onClick={enableEditing}>
<div className={classNames(!disabled && "cursor-pointer", "flex items-center")}>
<label className="min-w-8 relative inline-block">
Expand Down

0 comments on commit 5983c96

Please sign in to comment.