1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-11 23:17:19 +02:00

Chore: Editor: Refactor editor package (#12743)

This commit is contained in:
Henry Heino
2025-07-21 13:37:45 -07:00
committed by GitHub
parent e62cba5048
commit 9cfd135bba
48 changed files with 137 additions and 138 deletions

View File

@@ -3,7 +3,7 @@
import CommandService from '@joplin/lib/services/CommandService';
import useEditorCommandHandler from './useEditorCommandHandler';
import commandDeclarations from '../commandDeclarations';
import createTestEditorControl from '@joplin/editor/CodeMirror/testUtil/createEditorControl';
import createTestEditorControl from '@joplin/editor/CodeMirror/testing/createEditorControl';
import { renderHook } from '../../../utils/testing/testingLibrary';
import { defaultState } from '@joplin/lib/reducer';