Fixes selecting widget from inspector bug (#5193)

This commit is contained in:
Kavin Venkatachalam 2023-01-05 13:28:23 +05:30 committed by GitHub
parent 9514038d7d
commit e43821d0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@ export class JSONTreeViewer extends React.Component {
darkTheme: false,
showHideActions: false,
enableCopyToClipboard: false,
actionsList: [],
actionsList: props.actionsList || [],
useActions: props.useActions ?? false,
};
}