mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 08:05:47 +01:00
- Refactored inline tool interfaces to use MenuConfig directly. - Removed deprecated methods and properties from InlineTool and related types. - Updated tests to reflect changes in inline tool handling and ensure proper functionality. - Enhanced test coverage for inline tools, including link and italic tools. - Cleaned up unused code and improved overall test structure. |
||
|---|---|---|
| .. | ||
| blocks.test.ts | ||
| caret.test.ts | ||
| events.test.ts | ||
| i18n.test.ts | ||
| inlineToolbar.test.ts | ||
| listeners.test.ts | ||
| readonly.test.ts | ||
| sanitizer.test.ts | ||
| saver.test.ts | ||
| selection.test.ts | ||
| toolbar.test.ts | ||
| tools.test.ts | ||
| tooltip.test.ts | ||
| ui.test.ts | ||