From 96e5d9b3c4e8e0fcf58cf417d73bd35229cfa436 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Thu, 8 Sep 2022 10:57:25 -0700 Subject: [PATCH] Removes use of the clipboard-polyfill and just uses the native API instead. --- .../contentcuration/frontend/shared/views/CopyToken.vue | 4 +--- .../frontend/shared/views/errors/TechnicalTextBlock.vue | 4 +--- package.json | 1 - yarn.lock | 5 ----- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/contentcuration/contentcuration/frontend/shared/views/CopyToken.vue b/contentcuration/contentcuration/frontend/shared/views/CopyToken.vue index 85ede36eff..b425d7feca 100644 --- a/contentcuration/contentcuration/frontend/shared/views/CopyToken.vue +++ b/contentcuration/contentcuration/frontend/shared/views/CopyToken.vue @@ -21,8 +21,6 @@