From 148b2ff093fa87672aa09d09484b7803bbdecc39 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 28 Feb 2023 18:46:13 +0100 Subject: [PATCH] [DOCS] RELEASE-NOTES: Copy Link is broken On firefox it fails with Uncaught TypeError: navigator.clipboard is undefined On chromium it fails with Uncaught TypeError: Cannot read properties of undefined (reading 'writeText') --- RELEASE-NOTES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b94fa2eb5f..5fd457f2e8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -168,10 +168,6 @@ If a repository has a file such as `.forgejo/workflows/test.yml`, it will be int ### User Interface improvements -#### [Add "Copy link" button for new uploads](https://codeberg.org/forgejo/forgejo/commit/9f919cf08) - -* (description) - #### [PR Review Box UI](https://codeberg.org/forgejo/forgejo/commit/1fcf96ad0) * (description)