mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 04:54:55 +01:00
Fix copy text action for boost
This commit is contained in:
parent
e0e3ec3625
commit
d7c2e65479
@ -70,7 +70,7 @@ struct StatusRowContextMenu: View {
|
||||
}
|
||||
|
||||
Button {
|
||||
UIPasteboard.general.string = viewModel.status.content.asRawText
|
||||
UIPasteboard.general.string = viewModel.status.reblog?.content.asRawText ?? viewModel.status.content.asRawText
|
||||
} label: {
|
||||
Label("status.action.copy-text", systemImage: "doc.on.doc")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user