Skip to content

Instantly share code, notes, and snippets.

@ahinchman1
Created April 13, 2018 02:36
Show Gist options
  • Save ahinchman1/23cff16af6b58a1e60c7c3627e8d1420 to your computer and use it in GitHub Desktop.
Save ahinchman1/23cff16af6b58a1e60c7c3627e8d1420 to your computer and use it in GitHub Desktop.
setOnDragOver { event ->
if (event.dragboard.hasFiles()) event.acceptTransferModes(TransferMode.COPY)
event.consume()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment