1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript20,335 stars (20,335 stars)1,431 forks (1,431 forks)batch import
UIhelp wanted
Description
- 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)
- Issue type
- bug
- Research direction
- 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.