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(tired-menu): restore default value for auto-display property #17619

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

Conversation

Bock92
Copy link
Contributor

@Bock92 Bock92 commented Feb 7, 2025

Fixes: #17341

Changes made to fix the issue:

  • restore default value of autoDisplay = true
  • restore missing condition in method onItemMouseEnter():
    if (this.autoDisplay) {
        this.dirty = true;
    }
    

Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Feb 7, 2025 8:53pm
primeng-v18 ⬜️ Ignored (Inspect) Visit Preview Feb 7, 2025 8:53pm

Copy link

vercel bot commented Feb 7, 2025

@Bock92 is attempting to deploy a commit to the primetek Team on Vercel.

A member of the Team first needs to authorize it.

@Bock92 Bock92 changed the title Bugfix/17341 fix(tired-menu): restore default value for auto-display property Feb 7, 2025
@mertsincan mertsincan added Status: Pending Review Issue or pull request is being reviewed by Core Team Status: Discussion Issue or pull request needs to be discussed by Core Team labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Discussion Issue or pull request needs to be discussed by Core Team Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tiered Menu autoDisplay does not work unless clicking into the menu.
2 participants