mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-06 00:26:38 +00:00
On copy link/code show msg for copied (#34)
This commit is contained in:
@@ -50,6 +50,7 @@ export default {
|
||||
el.select()
|
||||
document.execCommand('copy')
|
||||
document.body.removeChild(el)
|
||||
this.alertSuccess('Copied!')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -157,6 +157,7 @@ export default {
|
||||
el.select()
|
||||
document.execCommand('copy')
|
||||
document.body.removeChild(el)
|
||||
this.alertSuccess('Copied!')
|
||||
},
|
||||
duplicateForm() {
|
||||
if (this.loadingDuplicate) return
|
||||
|
||||
Reference in New Issue
Block a user