From 2d127f8c225b274768e3908c40c779a69767f9ab Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 8 Jul 2025 19:29:44 +0530 Subject: [PATCH] docs: fix broken update scene button example in docs (#9726) fix: update scene example in docs --- dev-docs/src/theme/ReactLiveScope/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/src/theme/ReactLiveScope/index.js b/dev-docs/src/theme/ReactLiveScope/index.js index ca5a902e8e..a1b0b33a14 100644 --- a/dev-docs/src/theme/ReactLiveScope/index.js +++ b/dev-docs/src/theme/ReactLiveScope/index.js @@ -33,6 +33,7 @@ const ExcalidrawScope = { initialData, useI18n: ExcalidrawComp.useI18n, convertToExcalidrawElements: ExcalidrawComp.convertToExcalidrawElements, + CaptureUpdateAction: ExcalidrawComp.CaptureUpdateAction, }; export default ExcalidrawScope;