From 02cfa89bae7c9f5505b92ac72089c9ebe8a5c7f4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 May 2026 21:59:45 +0530 Subject: [PATCH] ... --- kittens/dnd/drag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/dnd/drag.go b/kittens/dnd/drag.go index 83db7ba22..2772e6ade 100644 --- a/kittens/dnd/drag.go +++ b/kittens/dnd/drag.go @@ -476,7 +476,7 @@ func (dnd *dnd) next_remote_item() (err error) { } func (dnd *dnd) on_drag_remote_data_request(idx int) (err error) { - ds := dnd.drag_sources["text/uri_list"] + ds := dnd.drag_sources["text/uri-list"] if ds == nil || len(ds.uri_list) < 1 { dnd.finish_drag("EINVAL") return fmt.Errorf("terminal asked for drag data from URI list but no list present")