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 c9ced29 commit bdca0acCopy full SHA for bdca0ac
crates/viewer/re_time_panel/src/time_panel.rs
@@ -1798,7 +1798,7 @@ fn copy_timeline_properties_context_menu(
1798
ctx.command_sender().send_system(
1799
UrlContext::from_context(ctx)
1800
.without_time_range()
1801
- .with_timestamp(time_ctrl.timeline(), hovered_time.into())
+ .with_timestamp(time_ctrl.timeline(), hovered_time.floor())
1802
.into_copy_cmd(),
1803
);
1804
}
0 commit comments