get drawer length

This commit is contained in:
SrGooglo 2023-06-20 23:17:59 +00:00
parent 0be9adf117
commit c30e68f27d

View File

@ -19,6 +19,7 @@ export default class DrawerController extends React.Component {
open: this.open, open: this.open,
close: this.close, close: this.close,
closeAll: this.closeAll, closeAll: this.closeAll,
drawersLength: () => this.state.drawers.length,
} }
} }