This PR simplified the regex replacement by just looking for combinations of 0~0 and replacing just those with the correct value based on the start, end, and distance. Seems to work great for me, but it'd be great if you could try it out as well to see if it still works the way you expect it to.
Doing it this way also makes it possible to travel Prompt Edits as well.
This PR simplified the regex replacement by just looking for combinations of
0~0
and replacing just those with the correct value based on the start, end, and distance. Seems to work great for me, but it'd be great if you could try it out as well to see if it still works the way you expect it to.Doing it this way also makes it possible to travel Prompt Edits as well.