-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctrl + z weird undo behaviour #57
Comments
yep.. that makes sense.. active tool - if any - should handle undo requests |
so is this intended behaviour ? what should happen -
|
no no.. it is obviously not intented.. I just stated the technical reasons for that behavior. currently the undo action is unconditionally directed towards the "comitted drawables stack" (finished elements) and undoes the last action there. What actually should be done is: if there is an active tool (like the text tool that adds text), then that should handle the undo action. Only if there is no active tool, then it should remove the last commited drawable |
this will be fixed with #67 |
So this is something i have noticed with text tool ,
if the tool is active, ie, i am typing something on the image using text tool, pressing ctrl+z while input field is active reverts any previous modification.
imo as long as input field is active, ctrl+z should do nothing or undo the last letter of text field input only .
The text was updated successfully, but these errors were encountered: