Skip to content

Instantly share code, notes, and snippets.

@wizard1066
Created April 4, 2020 06:17
Show Gist options
  • Save wizard1066/a887ce28ba2846c8bd8624b708d661da to your computer and use it in GitHub Desktop.
Save wizard1066/a887ce28ba2846c8bd8624b708d661da to your computer and use it in GitHub Desktop.
abgwtp10
func dropUpdated(info: DropInfo) -> DropProposal? {
let item = info.hasItemsConforming(to: ["public.utf8-plain-text"])
let dp = DropProposal(operation: .move)
self.startStop = true
// self.textValue = ""
runOnce = false
return dp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment