diff --git a/package.json b/package.json index 7b6a91f..3c9b512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.111.3", + "version": "1.111.4", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/components/GridTaskBlock.tsx b/src/components/GridTaskBlock.tsx index a5cdcc8..9c53367 100644 --- a/src/components/GridTaskBlock.tsx +++ b/src/components/GridTaskBlock.tsx @@ -299,7 +299,7 @@ export function GridTaskBlock({ if (editingTaskId !== task.id) toggleTask(task.id); }} > -