SUMMARY When in split edit view, hitting enter when editing a split should also immediately open the next row in edit mode. This is based on assumption that user is more likely to add several (and at least two) entries when splitting a transaction, so such approach is more ergonomic than having to double-click an empty row each time an entry was added. STEPS TO REPRODUCE 1. Open a transaction in split edit mode 2. Fill a row while hitting Enter OBSERVED RESULT Hitting enter just stored the entered/edited row. EXPECTED RESULT Hitting enter should open a next empty row in edit mode.