We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3bb0eb + 65a948b commit 1082767Copy full SHA for 1082767
docs/documentation/docs/controls/Placeholder.md
@@ -26,7 +26,7 @@ import { Placeholder } from "@pnp/spfx-controls-react/lib/Placeholder";
26
- With the `onConfigure` property you can define what it needs to do when you click on the button. Like for example opening the property pane:
27
28
```typescript
29
-private _onConfigure() {
+private _onConfigure = () => {
30
// Context of the web part
31
this.props.context.propertyPane.open();
32
}
0 commit comments