You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I noticed issue with repainting after "undo".
Use case:
on a line with color do "indent right" (>>) and press undo ...line is the same as before but highlight is shifted away from its correct location (over hex code in this case).
I noticed that what actually happens in this "indent case", is that it moves correctly with the text when you indent, but when you "undo" back, it actually moves twice the distance, overshooting the previous location. It probably gets moved and then moves again with the text .....not sure what is happening but this might help with debugging (tldr: indent moves it 4 right, but undo 8 left instead of 4)
Hello I noticed issue with repainting after "undo".
Use case:
on a line with color do "indent right" (>>) and press undo ...line is the same as before but highlight is shifted away from its correct location (over hex code in this case).
screen
The text was updated successfully, but these errors were encountered: