table-align gives error by running table-adjust-number-of-bars

In the latest Kakoune versions, the functionality of <space> and , has been swapped.

Running table-align on:

| a| b |c
|-
|

Gives me:

| a| b |c|
|- |
|

And every run I get this error: Error: 1:1: 'table-align': 3:5: 'table-adjust-number-of-bars': 9:5: 'execute-keys': no selections remaining. I'm not versed enough to understand what the problem is though.

And I already tried swapping <space> with , with no success.