ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

refactor: improve cleanup of loading timer in button component

Open kyvg opened this issue 1 month ago • 0 comments

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

kyvg avatar Oct 29 '25 09:10 kyvg