mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-23 19:51:24 +00:00
Code fixes.
This commit is contained in:
@@ -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