acp_tools: Only toggle ACP log expansion from header clicks (#50981)
Xiaobo Liu
created
Release Notes:
- Added only toggle ACP log expansion from header clicks
This change limits expand/collapse in open acp logs to header clicks
only, instead of the entire message row. It prevents accidental
expand/zoom toggles when users click or drag inside log text, making it
easier to select and copy debug information.
before:
https://github.com/user-attachments/assets/ceea7a6c-9b6a-4a38-8926-3c43f2bfb74e
after:
https://github.com/user-attachments/assets/f07537b1-70f1-4537-b38a-4148a84b41c7
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>