Переглянути джерело

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;