diff --git a/src/main.rs b/src/main.rs index 27e8d4d..2549fea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -570,7 +570,7 @@ impl Application for App { Msg::DndWorkspaceLeave => { // XXX Doesn't work since leave for a widget may come after enter for another // self.drop_target = None; - // return accept_mime_type(None); + return accept_mime_type(None); } Msg::DndWorkspaceDrop => { return request_dnd_data(TOPLEVEL_MIME.to_string());