mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code fixes.
This commit is contained in:
@@ -378,8 +378,6 @@ export default {
|
||||
}
|
||||
|
||||
tagList = [];
|
||||
foreignAmount = null;
|
||||
foreignCurrency = null;
|
||||
// loop tags
|
||||
for (let tagKey in row.tags) {
|
||||
if (row.tags.hasOwnProperty(tagKey) && /^0$|^[1-9]\d*$/.test(tagKey) && tagKey <= 4294967294) {
|
||||
|
@@ -56,9 +56,9 @@ export default {
|
||||
error: Array
|
||||
},
|
||||
mounted: function () {
|
||||
window.addEventListener('paste', e => {
|
||||
this.$refs.input.files = e.clipboardData.files;
|
||||
});
|
||||
// window.addEventListener('paste', e => {
|
||||
// this.$refs.input.files = e.clipboardData.files;
|
||||
// });
|
||||
},
|
||||
methods: {
|
||||
clearAtt: function () {
|
||||
|
Reference in New Issue
Block a user