mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix missing Block_copy
This commit is contained in:
parent
74323694f5
commit
2a903c724c
1 changed files with 2 additions and 1 deletions
|
|
@ -4773,7 +4773,8 @@ _glfwPlatformStartDrag(_GLFWwindow* window, const GLFWimage* thumbnail) {@autore
|
|||
[fileManager removeItemAtURL:url error:&error];
|
||||
return;
|
||||
}
|
||||
file_handle = fileHandle; completion_handler = completionHandler;
|
||||
file_handle = fileHandle;
|
||||
completion_handler = Block_copy(completionHandler);
|
||||
file_url = [url retain];
|
||||
[self request_drag_data];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue