Skip to content

Commit 8f03083

Browse files
feat: [UEPR-165] Added onNewLibraryBackdropClick to props
1 parent 7b656e4 commit 8f03083

File tree

1 file changed

+1
-0
lines changed
  • packages/scratch-gui/src/components/gui

1 file changed

+1
-0
lines changed

packages/scratch-gui/src/components/gui/gui.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ GUIComponent.propTypes = {
451451
onExtensionButtonClick: PropTypes.func,
452452
onLogOut: PropTypes.func,
453453
onNewSpriteClick: PropTypes.func,
454+
onNewLibraryCostumeClick: PropTypes.func,
454455
onOpenRegistration: PropTypes.func,
455456
onRequestCloseBackdropLibrary: PropTypes.func,
456457
onRequestCloseCostumeLibrary: PropTypes.func,

0 commit comments

Comments
 (0)