change(ui): summary ai toggle
This commit is contained in:
parent
1d150cdfa2
commit
10e5021cc1
1 changed files with 3 additions and 3 deletions
|
|
@ -169,10 +169,10 @@ interface DevtoolsButtonsProps {
|
|||
bottomBlock: number;
|
||||
}
|
||||
|
||||
function DevtoolsButtons({
|
||||
const DevtoolsButtons = observer(({
|
||||
toggleBottomTools,
|
||||
bottomBlock,
|
||||
}: DevtoolsButtonsProps) {
|
||||
}: DevtoolsButtonsProps) => {
|
||||
const { aiSummaryStore } = useStore();
|
||||
const { store, player } = React.useContext(MobilePlayerContext);
|
||||
|
||||
|
|
@ -277,7 +277,7 @@ function DevtoolsButtons({
|
|||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
})
|
||||
|
||||
const ControlPlayer = observer(Controls);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue