Skip to content

The contextmenu now checks visible on items once instead of twice. #619

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

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

bbrala
Copy link
Member

@bbrala bbrala commented Mar 16, 2018

The menu checked visible status twice, once to check if the menu should be opened and once more when the menu was opened. The logic all moved to the show method now so the check is only done once. This should fix issue #612

The menu checked `visible` status twice, once to check if the menu should be opened and once more when the menu was opened. The logic all moved to the `show` method now so the check is only done once. This should fix issue #612
@bbrala bbrala merged commit 0f3e243 into 3.x Mar 16, 2018
@bbrala bbrala deleted the 3.x-issue-612 branch March 16, 2018 11:05
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.

1 participant