We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb6b69 commit 5c02568Copy full SHA for 5c02568
src/json-crdt-peritext-ui/plugins/toolbar/state/ToolbarState.tsx
@@ -15,7 +15,11 @@ import type {UiLifeCycles} from '../../../web/types';
15
import type {PeritextSurfaceState} from '../../../web';
16
import type {MenuItem} from '../types';
17
import type {ToolbarPluginOpts} from '../ToolbarPlugin';
18
-import type {BufferDetail, PeritextCursorEvent, PeritextEventDetailMap} from '../../../../json-crdt-extensions/peritext/events';
+import type {
19
+ BufferDetail,
20
+ PeritextCursorEvent,
21
+ PeritextEventDetailMap,
22
+} from '../../../../json-crdt-extensions/peritext/events';
23
24
export class ToolbarState implements UiLifeCycles {
25
public readonly txt: Peritext;
0 commit comments