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
When editing tween values modV sometimes hangs. It seems to happen when the values written to the tween field are not valid JavaScript expressions. It seems to be especially bad when you cut (CTRL+A, CTRL+X) the whole tween values. modV then automatically adds a "[]". Deleting that seems to invoke that hickup behaviour
To Reproduce
Steps to reproduce the behavior:
Go to Tweeing, add values
Edit values to be faulty JS expressions
Leave tweening input field
OR
Go to Tweeing, add values
Delete all expressions by cutting them
Leave tweening input field -> "[]" gets added
Delete "[]"
Expected behavior
No hickups in modV. Possibly an error message for the values, see #886
The text was updated successfully, but these errors were encountered:
Operating system and application version
Describe the bug
When editing tween values modV sometimes hangs. It seems to happen when the values written to the tween field are not valid JavaScript expressions. It seems to be especially bad when you cut (CTRL+A, CTRL+X) the whole tween values. modV then automatically adds a "[]". Deleting that seems to invoke that hickup behaviour
To Reproduce
Steps to reproduce the behavior:
OR
Expected behavior
No hickups in modV. Possibly an error message for the values, see #886
The text was updated successfully, but these errors were encountered: