ソースを参照

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;