The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Good afternoon, how to make custom "breakpoints" in the undo/redo history? I mean i developed external features and i would like to integrate them in the undo/redo history.
The undo and redo history changes are maintained internally, and it is not possible to expose it. So, provide detailed information on the requirement which will be helpful to provide you a solution.
Thanks,
Rachel.
MNMarco NegroniAugust 26, 2019 07:48 AM UTC
Good morning, i developed custom features for the editor (invert colors and threshold filter), i would like to use the built in undo/redo to allow the user to go back.
Thanks in advance
RARachel A Syncfusion Team August 27, 2019 12:28 PM UTC
Hi Marco,
As we have informed earlier, the undo and redo history changes are maintained internally. Also, as you are using the custom features it is not possible to integrate it inside the list or expose it. You can also maintain the list by adding every operation you perform using the custom features in the image and remove or add from the list based on the undo or redo action.