Previously, the skill chat message was using the SortableList component, but never needed its full functionality. Now, it no longer uses that component, instead embedding the skill ability list directly. This way, there can no longer be any confusion as to the DOM the view model expects.
The skill ability table no longer supports the oneColumn constructor parameter. It is unneeded, as the skill ability table is now always assumed to provide full editability of the skill abilities contained therein.
SortableList
component, but never needed its full functionality. Now, it no longer uses that component, instead embedding the skill ability list directly. This way, there can no longer be any confusion as to the DOM the view model expects.oneColumn
constructor parameter. It is unneeded, as the skill ability table is now always assumed to provide full editability of the skill abilities contained therein.