Przeglądaj źródła

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

fix: update scene example in docs
Aakansha Doshi 2 tygodni temu
rodzic
commit
2d127f8c22
1 zmienionych plików z 1 dodań i 0 usunięć
  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;