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]: Model inputs delay cleanup #6409

Closed
asylves1 opened this issue Feb 4, 2025 · 0 comments · Fixed by #6578
Closed

[BUG]: Model inputs delay cleanup #6409

asylves1 opened this issue Feb 4, 2025 · 0 comments · Fixed by #6578
Labels
bug Something isn't working

Comments

@asylves1
Copy link
Contributor

asylves1 commented Feb 4, 2025

Describe the bug
There should be a better why to handle the input delay then using debounce. The previous debounce can be overwritten by the newest debounce counting on the size of the debounce delay. This change was originally done as a quick fix.

To Reproduce
Steps to reproduce the behavior:

  1. Upload a larger model and open it
  2. Make sure the diagram is in view
  3. Try changing the an Initial Name & description quickly
  4. One input change maybe overwritten by the debounce

Expected behavior
Both input changes should appear

Screenshots
Image

Additional context
This was a rushed change for the eval.
The change is in the file tera-model-part-entry.vue

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
1 participant