window_clipboard/dnd/src
Ian Douglas Scott 6b9faab87b dnd: Don't call Arc::get_mut
The caller of `start_dnd` may also have a reference, so this can panic.
Either the public API shouldn't take an `Arc` or this should be avoided.

There doesn't seem to be any reason this is needed anyway.
2025-01-02 09:14:49 -08:00
..
platform dnd: Don't call Arc::get_mut 2025-01-02 09:14:49 -08:00
lib.rs refactor: remove Sized bound 2024-09-20 15:10:45 -04:00