mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-21 10:41:22 +00:00
This commit is contained in:
@@ -446,6 +446,10 @@ export default {
|
|||||||
},
|
},
|
||||||
storeField: function (payload) {
|
storeField: function (payload) {
|
||||||
this.updateField(payload);
|
this.updateField(payload);
|
||||||
|
if('description' === payload.field) {
|
||||||
|
// jump to account
|
||||||
|
this.$refs.splitForms[payload.index].$refs.sourceAccount.giveFocus();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
storeDate: function (payload) {
|
storeDate: function (payload) {
|
||||||
this.date = payload.date;
|
this.date = payload.date;
|
||||||
|
|||||||
Reference in New Issue
Block a user