diff --git a/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/BoardEditor.tsx b/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/BoardEditor.tsx index 9185c009..1b98bda6 100644 --- a/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/BoardEditor.tsx +++ b/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/BoardEditor.tsx @@ -17,7 +17,6 @@ import { HStack, Icon, IconButton, - Spacer, VStack, } from '../../../../../../../../infrastructures/useClient/chakra'; import type { Problem } from '../../../../../../../../problems/generateProblem'; @@ -257,13 +256,12 @@ export const BoardEditor = forwardRef タートルを配置 )} + {selectedPosition && ( + + 右クリックでマスを白色に戻せます。 + + )} - - - - - 右クリックでマスを白色に戻せます。 - );