From 6f93cba3dad3bff0e727e4edf78f830311c0c3da Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Tue, 22 Aug 2023 01:00:20 +0200 Subject: feat(copy): support legacy copy to clipboard for older browser (#581) --- src/components/TextareaCopyable.vue | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'src/components/TextareaCopyable.vue') diff --git a/src/components/TextareaCopyable.vue b/src/components/TextareaCopyable.vue index e0c4d8f..b349d04 100644 --- a/src/components/TextareaCopyable.vue +++ b/src/components/TextareaCopyable.vue @@ -1,12 +1,13 @@