Hybrid sorting list is split in 2 sides
Causese opened this issue · 1 comments
Describe the bug
All listed auras used to be on one side, now they're split in 2.
It makes it easier to tell the aura-order if they appear on same side.
Do you have an error log of what happened?
no error
To Reproduce
- import https://wago.io/bfaraid2
- check group tab
Screenshots
https://i.gyazo.com/55dccad98a3abc2aff219e292d2453fe.png.png
Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?
elvui's ace3 skin is disabled 💯
Which version of WeakAuras are you using?
2.10.6
Was it working in a previous version? If yes, which was the last good one?
it worked on ptr and pre 8.1
Additional context
seems like they are displayed from left to right, e.g:
[1] [2]
[3] [4]
it would be easier to manage if it's either
[1]
[2]
[3]
[4]
or
[1] [3]
[2] [4]