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

if magnifier removes toolbar, restore it when it is hidden #2049

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

mtallenca
Copy link
Contributor

@mtallenca mtallenca commented Jul 22, 2024

Description

Magnifier is removing selection context menu, but not restoring the menu after it's dismissed. This PR fixes that bug

Type of Change

  • New feature: Adds new functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Code refactor: Code restructuring that does not affect behavior.
  • Breaking change: Alters existing functionality and requires updates.
  • 🧪 Tests: Adds new tests or modifies existing tests.
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Changes to build or deploy processes.

@singerdmx singerdmx merged commit d6c7409 into singerdmx:master Jul 22, 2024
2 checks passed
@mtallenca mtallenca deleted the restore_menu branch August 5, 2024 16:57
Copy link
Collaborator

@EchoEllet EchoEllet left a comment

Choose a reason for hiding this comment

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

@mtallenca Thank you for the quick fix, working on moving this feature into its own separate file so more details would be helpful to address it correctly.

@mtallenca
Copy link
Contributor Author

mtallenca commented Sep 19, 2024 via email

@EchoEllet
Copy link
Collaborator

Thank you for confirming.

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.

Selection menu doesn't display after drag
3 participants