mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
...
This commit is contained in:
@@ -4570,7 +4570,7 @@ _glfwPlatformStartDrag(_GLFWwindow* window, const GLFWimage* thumbnail) {@autore
|
|||||||
Block_release(completion_handler);
|
Block_release(completion_handler);
|
||||||
completion_handler = nil;
|
completion_handler = nil;
|
||||||
}
|
}
|
||||||
[file_promise_providers removeObject:self];
|
if (file_promise_providers) [file_promise_providers removeObject:self];
|
||||||
if (drag_finish_window_id) {
|
if (drag_finish_window_id) {
|
||||||
if (!file_promise_providers || [file_promise_providers count] == 0) {
|
if (!file_promise_providers || [file_promise_providers count] == 0) {
|
||||||
fire_drag_finished();
|
fire_drag_finished();
|
||||||
|
|||||||
Reference in New Issue
Block a user