|
|
|
|
@ -374,7 +374,13 @@ struct InscriptionManagerView: View { |
|
|
|
|
|
|
|
|
|
TipView(pasteTip) { action in |
|
|
|
|
if let paste = UIPasteboard.general.string { |
|
|
|
|
self.pasteString = paste |
|
|
|
|
Task { |
|
|
|
|
await MainActor.run { |
|
|
|
|
fetchPlayers.nsPredicate = _pastePredicate(pasteField: paste, mostRecentDate: SourceFileManager.shared.mostRecentDateAvailable) |
|
|
|
|
pasteString = paste |
|
|
|
|
autoSelect = true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.tipStyle(tint: nil) |
|
|
|
|
|