You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the user deletes anything from the diagram, i must present a confirmation modal. If the user approved, one continues with deleting from the diagram as well as the application performing additional housekeeping. If the user cancels the deletion, the deletion should be aborted
Current Behavior
The user is able to press the delete key and diagram element is deleted. There is not way for me to intercept this and present the confirmation modal.
For now, I set the DiagramOptions.DeleteKey = "" to prevent diagram deletions entirely.