UI: paste payment request from clipboard (#1845)
* paste payment request from clipboard * remove unelevated
This commit is contained in:
@@ -795,6 +795,11 @@ new Vue({
|
||||
field: 'pending'
|
||||
})
|
||||
LNbits.utils.exportCSV(columns, this.payments)
|
||||
},
|
||||
pasteToTextArea: function () {
|
||||
navigator.clipboard.readText().then(text => {
|
||||
this.$refs.textArea.value = text
|
||||
})
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user