mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Refactor dnd kitten: track num_dropped_files instead of data_has_been_dropped
Agent-Logs-Url: https://github.com/kovidgoyal/kitty/sessions/84513fee-68de-4504-b41b-e8643e0ea585 Co-authored-by: kovidgoyal <1308621+kovidgoyal@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6da5bae945
commit
7af3f4ee83
@@ -91,7 +91,7 @@ type dnd struct {
|
||||
base_tempdir *os.File
|
||||
tdir_counter int
|
||||
is_case_sensitive_filesystem bool
|
||||
data_has_been_dropped bool
|
||||
num_dropped_files int
|
||||
drag_status drag_status
|
||||
in_test_mode bool
|
||||
copy_button_region, move_button_region button_region
|
||||
|
||||
Reference in New Issue
Block a user