v2.31.4
EvolvingLMMs-Lab/Aero-1v2.31.4Mar 4, 2026by github-actions[bot]
AI Summary
Addresses an issue in the inline link tool where the selectionchange event was being triggered incorrectly, resolved by using the defaultValue property.
Key Highlights
- Prevents unwanted selectionchange events
- Uses defaultValue property to fix inline link tool
Full Release Notes
fix(inline-tool-link): use defaultValue to prevent selectionchange event #2993 ## What's Changed * fix(inline-tool-link): use defaultValue to prevent selectionchange event by @akulistus in https://github.com/codex-team/editor.js/pull/2993 **Full Changelog**: https://github.com/codex-team/editor.js/compare/v2.31.3...v2.31.4