1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 18:48:55 +08:00

#115 copy cell value

This commit is contained in:
lana-k
2023-12-27 22:22:49 +01:00
parent bc6154b9ad
commit b17040d3ef
4 changed files with 47 additions and 8 deletions

View File

@@ -256,7 +256,7 @@ export default {
},
copyToClipboard () {
cIo.copyCsv(this.dataToCopy)
cIo.copyText(this.dataToCopy, 'CSV copied to clipboard successfully')
this.$modal.hide('prepareCSVCopy')
},