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

Bug: only deleting characters shows wrong preview when mouse moves outside text area #78

Open
whyboris opened this issue Jun 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@whyboris
Copy link
Owner

  1. Add files to rename
  2. Delete some characters from a filename
  3. Move your mouse outside the text area
  4. ❌ notice the old filename show up in the preview area (text area)
  5. Add any characters to a filename
  6. Move your mouse outside the text area
  7. ✅ text area shows correct preview of the filename
@whyboris whyboris added the bug Something isn't working label Jun 12, 2024
@whyboris
Copy link
Owner Author

🤔 I suspect this is because of Angular updating its change-detection algorithm; maybe detectChanges() will be a sufficient fix 🥳 🤞

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

No branches or pull requests

1 participant