فهرست منبع

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;