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

248 feature 양식 에디터에 요소를 복사하고 이동 할 수 있는 기능 #351

Conversation

devgoodway
Copy link
Collaborator

@devgoodway devgoodway commented Sep 18, 2024

Update copyBlockAfterCurrentBlock

  • 블록 항목을 복사하는 기능을 추가
  • 텍스트와 테이블 항목을 복사 할 수 있도록 하였다.

Update Button Style

  • 삭제와 복사 버튼이 병렬로 배치되도록 하였다.

Update Up & Down CurrentBlock

  • CurrentBlock을 위 아래로 이동 할 수 있도록 하였다.
  • svg 이미지를 이용하여 위, 아래, 복사, 삭제 버튼을 구현하였다.

image

- 블록 항목을 복사하는 기능을 추가
- 텍스트와 테이블 항목을 복사 할 수 있도록 하였다.
- 삭제와 복사 버튼이 병렬로 배치되도록 하였다.
- CurrentBlock을 위 아래로 이동 할 수 있도록 하였다.
- svg 이미지를 이용하여 위, 아래, 복사, 삭제 버튼을 구현하였다.
@devgoodway devgoodway self-assigned this Sep 18, 2024
@devgoodway devgoodway merged commit c6fac15 into dev Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: 양식 에디터에 요소를 복사하고 이동 할 수 있는 기능
1 participant