From efb4818a43fb90256fa183836fd0d5c5e7004069 Mon Sep 17 00:00:00 2001 From: Hikaru Ishiwata <145771843+hishiwat@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:08:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=9C=E3=82=BF=E3=83=B3=E7=BE=A4?= =?UTF-8?q?=E3=81=AE=E4=B8=8B=E3=81=AB=E8=B5=A4=E5=AD=97=E3=81=A7=E3=80=8C?= =?UTF-8?q?=E5=8F=B3=E3=82=AF=E3=83=AA=E3=83=83=E3=82=AF=E3=81=A7=E3=83=9E?= =?UTF-8?q?=E3=82=B9=E3=82=92=E7=99=BD=E8=89=B2=E3=81=AB=E6=88=BB=E3=81=9B?= =?UTF-8?q?=E3=81=BE=E3=81=99=E3=80=82=E3=80=8D=E3=82=92=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(#152)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sakamoto, Kazunori --- .../[lectureId]/problems/[problemId]/BoardEditor.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 && ( + + 右クリックでマスを白色に戻せます。 + + )} - - - - - 右クリックでマスを白色に戻せます。 - );