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: context menu is visible even when selection is collapsed #2116

Merged
merged 3 commits into from
Aug 17, 2024

Conversation

CatHood0
Copy link
Collaborator

@CatHood0 CatHood0 commented Aug 17, 2024

Description

As the title says, the context menu (on mobile) is visible even if we write some extra text to try to hide it manually.

Steps to reproduce:

  • Select a text
  • Write something (yeah, replace the selection)

And voilá, you will see the context menu is visible when it should be hide already.

Related Issues

  • Fix [Mobile] Context menu stay visible after Paste action #2111

  • 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.

@CatHood0 CatHood0 changed the title Fix: context menu is visible even when selection is collapse Fix: context menu is visible even when selection is collapsed Aug 17, 2024
@CatHood0 CatHood0 added the bug Something isn't working label Aug 17, 2024
@CatHood0 CatHood0 self-assigned this Aug 17, 2024
@singerdmx singerdmx merged commit b894c5f into singerdmx:master Aug 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mobile] Context menu stay visible after Paste action
3 participants