Documents Bundle 1.1.3
What changed:
- Removed Obsidian review-blocked ESLint disable directives.
- Reworked editor paste/drop handling so the registered handlers visibly respect event.defaultPrevented and only call preventDefault when a bundle attachment operation will actually claim the event.
- Kept ordinary paste/drop behavior untouched for non-bundle notes, disabled attachment handling, empty file lists, and already-handled events.
- Switched bundle deletion through an injected FileManager.trashFile operation to respect Obsidian file deletion preferences.
- Added coverage for the FileManager trash path.
Validation:
- npm test
- npm run lint
- npm run package:release
- node scripts/validate-mobile-safety.mts
- npm audit --audit-level=high