From b42c4e57a7a9d6cb0ee079353e60bf6614fd609f Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Tue, 31 Jan 2023 14:43:23 +0000 Subject: [PATCH] Merge pull request #11526 from overleaf/mj-ae-selection-changes [cm6+rt] Integration of selection changes GitOrigin-RevId: cd2574ca75eab0f8f1202d3d4b6a009f14fa33b5 --- services/web/frontend/stories/decorators/scope.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stories/decorators/scope.tsx b/services/web/frontend/stories/decorators/scope.tsx index e2bc4f61e5..78c5c2c128 100644 --- a/services/web/frontend/stories/decorators/scope.tsx +++ b/services/web/frontend/stories/decorators/scope.tsx @@ -98,6 +98,7 @@ const initialize = () => { findEntityByPath: () => null, getEntityPath: () => null, getRootDocDirname: () => undefined, + getPreviewUrlByPath: () => undefined, }, editorManager: { getCurrentDocId: () => 'foo',