mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This commit is contained in:
parent
52a43e7f30
commit
b3b367fcb3
@ -446,6 +446,10 @@ export default {
|
||||
},
|
||||
storeField: function (payload) {
|
||||
this.updateField(payload);
|
||||
if('description' === payload.field) {
|
||||
// jump to account
|
||||
this.$refs.splitForms[payload.index].$refs.sourceAccount.giveFocus();
|
||||
}
|
||||
},
|
||||
storeDate: function (payload) {
|
||||
this.date = payload.date;
|
||||
|
Loading…
Reference in New Issue
Block a user