We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by phamvanhieu3012 February 11, 2025 Undo, redo not working properly. Must click several times to do,
The text was updated successfully, but these errors were encountered:
Then it's not implemented properly. My implementation of undo/redo work as expected:
<BootstrapButton variant='default' size='sm' disabled={!canUndo} onClick={() => actions.history.undo()} > <FontAwesomeIcon className={"mr-2 " + (canUndo ? 'text-primary' : '')} icon={['far', 'rotate-left']} /> Undo </BootstrapButton>
Sorry, something went wrong.
You can try it on the homepage: https://craft.js.org/examples/landing
No branches or pull requests
Discussed in #727
Originally posted by phamvanhieu3012 February 11, 2025
Undo, redo not working properly. Must click several times to do,
The text was updated successfully, but these errors were encountered: