You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Upload a larger model and open it
Make sure the diagram is in view
Try changing the an Initial Name & description quickly
One input change maybe overwritten by the debounce
Expected behavior
Both input changes should appear
Screenshots
Additional context
This was a rushed change for the eval.
The change is in the file tera-model-part-entry.vue
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Both input changes should appear
Screenshots
![Image](https://private-user-images.githubusercontent.com/95376249/409746119-4b65a9f9-b70d-40af-9aae-2a3325862613.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODE4NjMsIm5iZiI6MTczOTU4MTU2MywicGF0aCI6Ii85NTM3NjI0OS80MDk3NDYxMTktNGI2NWE5ZjktYjcwZC00MGFmLTlhYWUtMmEzMzI1ODYyNjEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAxMDYwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyZTBlMDYzNDUzZTE3NjVmZTgxYjZkZjAyOTE4YjIzODIwZTVlM2JlNTlhY2Q2NGE3YmY3NmFjOWYxZGZhNGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8A7sY-VcInWfCbPqRf8rX-iVjp1sOnTYDRrK1rimVSM)
Additional context
This was a rushed change for the eval.
The change is in the file
tera-model-part-entry.vue
The text was updated successfully, but these errors were encountered: