Skip to content
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

adding Undo and Redo in Source editor #308 #414

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Conversation

lhein
Copy link
Contributor

@lhein lhein commented Nov 23, 2023

fixes #308

@lhein lhein marked this pull request as ready for review November 23, 2023 21:59
@lhein
Copy link
Contributor Author

lhein commented Nov 23, 2023

the undo / redo buttons currently have an issue. they only react every 3 clicks in a visible way. It seems that the set code is not the right one on the first click.

this needs further investigation before we merge

@tplevko
Copy link
Contributor

tplevko commented Nov 24, 2023

@lhein I was also trying to figure out the cause of the issue - already reported in patternfly-react: patternfly/patternfly-react#9838

I suspect that the issue is the same, which is affecting the "Ctrl+Z" behaviour I reported there.

@lhein
Copy link
Contributor Author

lhein commented Nov 24, 2023

While this issue is being investigated in PatternFly side and this issue also occoring in the live online examples at the patternfly homepage / docs I am suggesting to go forward an merge the PR as this isn't a problem in our code base.

Once all PR checks pass of course ;)

Co-authored-by: Ricardo M. <lordrip@gmail.com>
@lhein lhein merged commit ace99a6 into KaotoIO:main Nov 24, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undo and redo actions for code editor
3 participants