We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5c70b commit 4521d6eCopy full SHA for 4521d6e
examples/sctk_drag/src/main.rs
@@ -160,7 +160,7 @@ impl Application for DndTest {
160
.map(|t| t.to_string())
161
.collect(),
162
DndAction::Move,
163
- window::Id::unique(),
+ window::Id::MAIN,
164
Some(DndIcon::Custom(iced::window::Id::unique())),
165
Box::new(MyDndString(
166
self.current_text.chars().rev().collect::<String>(),
0 commit comments