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

fix(sortable): unsubscribe item capture when component is destroyed #6546

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Commits on Jan 23, 2023

  1. fix(sortable): unsubscribe item capture when component is destroyed

    Unsubscribed subscription in sortable component was causing memory to leak. We need to ensure all subscriptions are released whenever a component is destroyed.
    Arooba-git committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0375b49 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    1f9b98e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    0aac9d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    307b9d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    36b3174 View commit details
    Browse the repository at this point in the history