pythoncode-tutorials icon indicating copy to clipboard operation
pythoncode-tutorials copied to clipboard

Fix bug - textArea ranges extraction

Open juleslagarde opened this issue 1 year ago • 0 comments

the previous implementation would output [[1,2],[3,3]] instead of [[1,2],[3,4]] because i variable increase one by one instead of the expexted two by two

juleslagarde avatar May 28 '24 08:05 juleslagarde