From c0acddbfaf5c978a0ffdfdf0539904e75d7c22e1 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 19 May 2026 12:25:09 +0100 Subject: [PATCH] Use sharejs doc type in Storybook stories (#33565) GitOrigin-RevId: a2bf64d3ce376dd05e740796e8f1ea74913ed8f0 --- .../frontend/stories/source-editor/source-editor.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stories/source-editor/source-editor.stories.tsx b/services/web/frontend/stories/source-editor/source-editor.stories.tsx index e082704685..bd2e44b4e6 100644 --- a/services/web/frontend/stories/source-editor/source-editor.stories.tsx +++ b/services/web/frontend/stories/source-editor/source-editor.stories.tsx @@ -331,7 +331,7 @@ const mockDoc = (content: string, changes: Array> = []) => { // Do nothing }, getType: () => { - return 'history-ot' + return 'sharejs-text-ot' }, on: () => { // Do nothing