mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Extra isVisible dep
This commit is contained in:
parent
231de978e1
commit
35ca3063d2
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ export const ImageEditPanel: React.FC<IProps> = ({
|
|||
Mousetrap.unbind("d d");
|
||||
};
|
||||
}
|
||||
}, []);
|
||||
}, [isVisible]);
|
||||
|
||||
const fragmentScrapers = useMemo(() => {
|
||||
return (scrapers?.data?.listScrapers ?? []).filter((s) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue