ant-design-vue
ant-design-vue copied to clipboard
refactor: improve cleanup of loading timer in button component
Fixed performance issue with rendering a big number of buttons (e.g. in table cells). clearTimeout is slow operation which takes a lot of time if we call it hundreds of time