3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript9,308 stars (9,308 stars)1,442 forks (1,442 forks)batch import
good first issue
- Issue 種別
- bug
- 調査方針
- Review the discussion in PR #2273 for context on the expected behavior. Examine the current implementation of internal.resizeFunction in the c3 codebase, likely in a file related to resizing. The remove() method should be modified to clear all registered resize functions instead of a single one. Check if there are existing tests for resize functionality and update as needed. Ensure the change aligns with the library's existing patterns.