IceCubesApp
IceCubesApp copied to clipboard
Bug: copy link adds extra text
Environment:
iOS 17 Cubes 1.9.11
Description
Pasting the results from a “copy link” adds extraneous text available from the link’s share card, requiring deletion every time.
“Copy link” implies you get a link, suitable to pasting into things that consume links. This novel behavior breaks pasting in unexpected ways.
Are you using the copy link of the share sheet or the copy link of the status context menu?
This
Is doing that
UIPasteboard.general.string = viewModel.status.reblog?.url ?? viewModel.status.url
So I don't see how there could be anything else than the link