mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
update libraries for better keyboard use.
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
handleEnter: function (e) {
|
||||
// todo feels sloppy
|
||||
if (e.keyCode === 13) {
|
||||
e.preventDefault();
|
||||
//e.preventDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -124,7 +124,7 @@
|
||||
handleEnter: function (e) {
|
||||
// todo feels sloppy
|
||||
if (e.keyCode === 13) {
|
||||
e.preventDefault();
|
||||
//e.preventDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -68,6 +68,7 @@
|
||||
mounted() {
|
||||
this.target = this.$refs.descr;
|
||||
this.descriptionAutoCompleteURI = document.getElementsByTagName('base')[0].href + "json/transaction-journals/all?search=";
|
||||
this.$refs.descr.focus();
|
||||
},
|
||||
components: {
|
||||
},
|
||||
@@ -101,7 +102,7 @@
|
||||
// todo feels sloppy
|
||||
|
||||
if (e.keyCode === 13) {
|
||||
e.preventDefault();
|
||||
//e.preventDefault();
|
||||
}
|
||||
},
|
||||
selectedItem: function (e) {
|
||||
|
Reference in New Issue
Block a user