1 留言 (1 留言)0 反應 (0 反應)0 負責人 (0 負責人)TypeScript20,335 star (20,335 star)1,431 fork (1,431 fork)batch import
UIhelp wanted
描述
- Open image
- Select AVIF (or any other codec with “advanced options”
- Expand advanced options and change some of them
- Click “copy settings to other side”
- Advanced section on other side is not expanded (but settings are indeed copied)
- 議題類型
- bug
- 研究方向
- Investigate the 'copy settings to other side' functionality in the codebase. This is likely in a settings panel component. The advanced options' expand/collapse state is not being copied, but the settings values are. Look for where the expanded state is stored and ensure it is included when copying. Check the component that handles the copy action, possibly in the settings panel or the main image editor. Files such as 'settings panel.ts' or related may be relevant.