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
- Added a global delete key handler to manage delete/backspace key presses, triggering a confirmation popup for deleting selected annotations.
- Introduced a delete confirmation popup with options to cancel or confirm deletion, improving user experience and preventing accidental deletions.
- Updated the annotation toolbar to include a delete button that shows/hides based on annotation selection state.
- Emitted an 'ANNOTATION_DESELECT' event to handle deselection logic across annotations.
- Enhanced styling for the delete confirmation popup and button interactions for better UI consistency.
0 commit comments