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

[DRAFT] feat: allow move child element out side parent #1371

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spartan-vutrannguyen
Copy link
Contributor

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Release
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes

oidToCodeChange,
);
request.structureChanges.push(movedEl);
} else {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Kitenite Im facing a problem here, please take a look

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explicitly state the problem? I don't have enough context to understand.

@spartan-vutrannguyen spartan-vutrannguyen marked this pull request as draft February 15, 2025 04:18
element = element.parentElement;
}
} finally {
draggedElement.style.display = '';
Copy link
Contributor

Choose a reason for hiding this comment

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

This is distructive. The element loses its original display value.

): HTMLElement | null {
draggedElement.style.display = 'none';

try {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should early return for certain conditions.

  1. Point is within element
  2. Point is element
  3. Target element should not have children (img, input, etc)

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.

2 participants