Typer should be smart about replacing parts of the string
Closed this issue · 1 comments
allang commented
Typer should only highlight as far back as necessary. If the string is being replaced by a slightly modified version, go back only as far as needed to. Example:
If the string is going from "Lorem-Ipsum.psd" to "Lorem-Dolor.psd", typer should only highlight "Ipsum.psd" and replace it with "Dolor.psd"
kellysutton commented
Implemented. Examples on test.html.