mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): lint
This commit is contained in:
@@ -24,7 +24,7 @@ export const useMouseOverNode = (nodeId: string) => {
|
||||
return { isMouseOverNode, handleMouseOver, handleMouseOut };
|
||||
};
|
||||
|
||||
export const $mouseOverFormField = atom<string | null>(null);
|
||||
const $mouseOverFormField = atom<string | null>(null);
|
||||
|
||||
export const useMouseOverFormField = (nodeId: string) => {
|
||||
const [isMouseOverFormField, setIsMouseOverFormField] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user