slate icon indicating copy to clipboard operation
slate copied to clipboard

how to clear history

Open LuciferWZX opened this issue 11 months ago • 1 comments

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

LuciferWZX avatar Mar 01 '24 02:03 LuciferWZX

Maybe just run

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

WindRunnerMax avatar Jun 22 '24 05:06 WindRunnerMax