Skip to content

Commit

Permalink
doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 13, 2024
1 parent 2a7ad9f commit 8559af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer_context/src/drag_and_drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! visual feedback. This includes:
//! - Calling [`DragAndDropManager::set_feedback`] with the appropriate feedback.
//! - Drawing a frame around the target container with
//! [`re_ui::DesignToken::drop_target_container_stroke`].
//! [`re_ui::DesignTokens::drop_target_container_stroke`].
//! - Optionally provide more feedback, e.g., where exactly the payload will be inserted within
//! the container.
//!
Expand Down

0 comments on commit 8559af7

Please sign in to comment.