Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dda72edf5 |
@@ -32,7 +32,7 @@ final class DropAcceptingTextView: NSTextView {
|
||||
}
|
||||
|
||||
override func performDragOperation(_ sender: NSDraggingInfo) -> Bool {
|
||||
if let fileURL = sender.fileURLs.first {
|
||||
if let fileURL = sender.fileURLs.first {
|
||||
self.handleDroppedFile?(fileURL)
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user