mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 03:54:16 +00:00
include lock&unlock method to props
This commit is contained in:
parent
1a3c3674a1
commit
590445af9e
@ -180,6 +180,8 @@ export class Drawer extends React.Component {
|
|||||||
}
|
}
|
||||||
const componentProps = {
|
const componentProps = {
|
||||||
...this.options.componentProps,
|
...this.options.componentProps,
|
||||||
|
lock: this.lock,
|
||||||
|
unlock: this.unlock,
|
||||||
events: this.events,
|
events: this.events,
|
||||||
close: this.close,
|
close: this.close,
|
||||||
handleDone: this.handleDone,
|
handleDone: this.handleDone,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user