react-string-replace icon indicating copy to clipboard operation
react-string-replace copied to clipboard

Bug fixed: Incorrect index value

Open rien-rty opened this issue 1 month ago • 0 comments

This is the same as #32 but with the requested changes and test since that PR is dead.

Currently, index value returns odd values only (1,3,5,7...), and not values that one generally expects (0,1,2,3...). This patch fixes that.

rien-rty avatar Dec 08 '25 15:12 rien-rty