Browse Source

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

fix: update scene example in docs
pull/9737/head
Aakansha Doshi 5 months ago committed by GitHub
parent
commit
2d127f8c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      dev-docs/src/theme/ReactLiveScope/index.js

1
dev-docs/src/theme/ReactLiveScope/index.js

@ -33,6 +33,7 @@ const ExcalidrawScope = { @@ -33,6 +33,7 @@ const ExcalidrawScope = {
initialData,
useI18n: ExcalidrawComp.useI18n,
convertToExcalidrawElements: ExcalidrawComp.convertToExcalidrawElements,
CaptureUpdateAction: ExcalidrawComp.CaptureUpdateAction,
};
export default ExcalidrawScope;

Loading…
Cancel
Save