mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #79] [MERGED] Improve paste selection #146
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/79
Author: @cgzones
Created: 11/12/2024
Status: ✅ Merged
Merged: 12/23/2024
Merged by: @matze
Base:
master← Head:selection📝 Commits (1)
2939eeeImprove paste selection📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
src/themes/style.css(+3 -0)📄 Description
Avoid additional erroneous newlines being present when copying the paste content either via mouse selection or Ctrl+a.
No newlines are copied by chromium, firefox still inserts a prefix newline.
Fixes: #72
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.