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
Spell editor version
Please provide the spell editor version you are using.
Newest version 2.2.0
Describe the bug
A clear and concise description of what the bug is.
When duplicating the spells. If i have duplicated a few, it resets the previously duplicated spells spell name on the lists of spells area, but it doesnt actually change the spellname of the spells. Just what shows where it shows all the spells. It only does it to previously duplicated spells. It is easily fixed by going over the spells that has had the change happen to and resaving.
To Reproduce
Steps to reproduce the behavior:
Go to '...' Start duplicating spells and changing spell names
Click on '....' rinse and repeat
Scroll down to '....' will notice previously duplicated ones revert their display spell name, not their actual spell name
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I can easily show on stream if that helps, #Keaten . Sorry im sure my explanation doesnt do a great job
The text was updated successfully, but these errors were encountered:
This occurred when saving a spell becausue it would update it in the UI but not in the in-memory data table. So when the entry was next refreshed, it would refresh with the wrong information.
This change refactors the behaviour into the appropiate class and handles the data and UI update properly.
Spell editor version
Please provide the spell editor version you are using.
Newest version 2.2.0
Describe the bug
A clear and concise description of what the bug is.
When duplicating the spells. If i have duplicated a few, it resets the previously duplicated spells spell name on the lists of spells area, but it doesnt actually change the spellname of the spells. Just what shows where it shows all the spells. It only does it to previously duplicated spells. It is easily fixed by going over the spells that has had the change happen to and resaving.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I can easily show on stream if that helps, #Keaten . Sorry im sure my explanation doesnt do a great job
The text was updated successfully, but these errors were encountered: