mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix various console errors and graphql loading issues (#760)
* Refactor listhook to resolve loading issues * Fix graphql loading race conditions * Various console spam * Fix scene card overlay hierarchy * Fix modal and manual borders
This commit is contained in:
@@ -66,6 +66,7 @@ export const HoverPopover: React.FC<IHoverPopover> = ({
|
||||
onMouseEnter={handleMouseEnter}
|
||||
onMouseLeave={handleMouseLeave}
|
||||
id="popover"
|
||||
className="hover-popover-content"
|
||||
>
|
||||
{content}
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user