For blocks such as the following:
order some-table:
column1 ascending,
column2 descending
end
When clicking on the option to ascend or descend, they do change into the opposite direction:
Clicked:

Unclicked:

But the value does not change afterwards.
- Relevant constructors for Order Table can be found under class TableOrder and ColumnSort for "ast.tsx", and "s-table-order" and "'s-column-sort" for "PyretParser.ts"
For blocks such as the following:
When clicking on the option to ascend or descend, they do change into the opposite direction:


Clicked:
Unclicked:
But the value does not change afterwards.