From 34a91ef0c9345ae44328af4d1eb121d16e921ba8 Mon Sep 17 00:00:00 2001 From: patte
Date: Sun, 27 Apr 2025 14:47:01 +0200 Subject: [PATCH] fix: indicate link successfully copied to clipboard --- assets/index.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/index.js b/assets/index.js index e249c94..38b362c 100644 --- a/assets/index.js +++ b/assets/index.js @@ -63,6 +63,7 @@ const ICONS = { delete: ``, view: ``, copyLink: ``, + copyLinkCheckmark: ``, } /** @@ -474,7 +475,7 @@ function addPath(file, index) { actionView = `${ICONS.view}`; } if (!isDir) { - actionCopyLink = `