Describe the bug
When selecting an element added by LibEditMode, this error gets thrown:
3x ...Blizzard_EditMode/Shared/EditModeSystemTemplates.lua:180: attempt to perform arithmetic on a secret value
Stack:
[C]: in function 'secureexecuterange'
[Blizzard_EditMode/Shared/EditModeManager.lua]:695: in function 'ClearSelectedSystem'
[TargetedSpells/Libs/LibEditMode-13/LibEditMode.lua]:174: in function <...dOns/TargetedSpells/Libs/LibEditMode/LibEditMode.lua:166>
This is using v13, but I've formatted the library locally so the stack trace may be slightly off. L166 is onMouseDown
How to reproduce
Adding anything at all to the Edit Mode on 12.0.0 / Live throws the error.
What did you expect?
No error, assuming it goes away with 12.0.1 again anyway.
Describe the bug
When selecting an element added by LibEditMode, this error gets thrown:
This is using v13, but I've formatted the library locally so the stack trace may be slightly off. L166 is
onMouseDownHow to reproduce
Adding anything at all to the Edit Mode on 12.0.0 / Live throws the error.
What did you expect?
No error, assuming it goes away with 12.0.1 again anyway.