Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#198 하위 요소까지 복제 삭제 기능 구현 #212

Conversation

pipisebastian
Copy link
Member

@pipisebastian pipisebastian commented Nov 26, 2024

📝 변경 사항

🔍 변경 사항 설명

  • 삭제의 경우, 하위 요소들부터 먼저 삭제되도록 구현했습니다! 그편이 ux측면에서 낫다고 생각했습니다

🙏 질문 사항

  • 리뷰어에게 부탁하고싶은 체크리스트를 추가합니다.

📷 스크린샷 (선택)

2024-11-27.12.10.44.mov

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@pipisebastian pipisebastian added FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업 labels Nov 26, 2024
@pipisebastian pipisebastian self-assigned this Nov 26, 2024
…into Feature/#198_하위_요소까지_복제_삭제_기능_구현

childBlocks.forEach((child) => {
targetIndex += 1;
copyBlock(child, targetIndex);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기가 핵심이군요 !

Copy link
Collaborator

@hyonun321 hyonun321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다..! 수고하셨습니다 !!

Copy link
Collaborator

@minjungw00 minjungw00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고많으셨습니다!

@github-actions github-actions bot merged commit f85aa96 into dev Nov 26, 2024
4 checks passed
@pipisebastian pipisebastian deleted the Feature/#198_하위_요소까지_복제_삭제_기능_구현 branch December 5, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants