mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 22:25:47 +01:00
Update wallet.js (#2569)
enable 'Read' button after 'Paste from clipboard' click
This commit is contained in:
parent
0e1090b717
commit
760f11f1ce
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ new Vue({
|
|||
pasteToTextArea: function () {
|
||||
this.$refs.textArea.focus() // Set cursor to textarea
|
||||
navigator.clipboard.readText().then(text => {
|
||||
this.$refs.textArea.value = text
|
||||
this.parse.data.request = text.trim()
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue