mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14: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 = {
|
||||
...this.options.componentProps,
|
||||
lock: this.lock,
|
||||
unlock: this.unlock,
|
||||
events: this.events,
|
||||
close: this.close,
|
||||
handleDone: this.handleDone,
|
||||
|
Loading…
x
Reference in New Issue
Block a user