diff --git a/views/junk-drawer/view.hbs b/views/junk-drawer/view.hbs index a639192..bf3bd51 100644 --- a/views/junk-drawer/view.hbs +++ b/views/junk-drawer/view.hbs @@ -12,6 +12,7 @@ navigator.clipboard.writeText(markdownContent); markdownContent.select(); document.execCommand("Copy"); + alert("Copied to clipboard!"); } function startup() { const el = document.getElementById("markdown");