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(cdk/drag-drop): defer loading reset styles #29056

Merged
merged 1 commit into from
May 16, 2024

Commits on May 16, 2024

  1. fix(cdk/drag-drop): defer loading reset styles

    Currently we load the reset styles for the preview up-front which seems to break some Jest tests since Jest's CSS parser does't understand layers.
    
    These changes switch to loading the styles only once dragging has started.
    
    Fixes angular#29053.
    crisbeto committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8d53f43 View commit details
    Browse the repository at this point in the history