refactor: clamp canvas pointer movement, prioritize local pan offset, and remove debug logs
mandatory-regression-gate / deterministic-tests (push) Has been cancelled
mandatory-regression-gate / protected-performance-path (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-23 19:44:13 +03:00
parent 3bac629045
commit e9dad7ef0c
3 changed files with 7 additions and 14 deletions
@@ -9495,7 +9495,6 @@ impl HcieIcedApp {
);
// Toolbox — 36px strip (single column) or 72px (2 columns) on the left edge
log::info!("[view] sidebar_expanded={}", self.sidebar_expanded);
let toolbox = crate::sidebar::view(
&self.tool_state,
&self.fg_color,