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

how to clear history #5610

Open
LuciferWZX opened this issue Mar 1, 2024 · 1 comment
Open

how to clear history #5610

LuciferWZX opened this issue Mar 1, 2024 · 1 comment

Comments

@LuciferWZX
Copy link

when i send msg ,i need clear slate value and history ,i need make history empty

@WindrunnerMax
Copy link
Contributor

Maybe just run

editor.history.undos.length = 0;
editor.history.redos.length = 0;

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

No branches or pull requests

2 participants