소스 검색

docs: fix broken update scene button example in docs (#9726)

fix: update scene example in docs
Aakansha Doshi 2 주 전
부모
커밋
2d127f8c22
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dev-docs/src/theme/ReactLiveScope/index.js

+ 1 - 0
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;