mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Misc fixes
This commit is contained in:
parent
2c250a515e
commit
5d76c57ce2
@ -31,7 +31,7 @@ const Cacher = () => {
|
||||
stageScale,
|
||||
pastLines,
|
||||
futureLines,
|
||||
needsRepaint,
|
||||
needsCache,
|
||||
isDrawing,
|
||||
} = useAppSelector((state: RootState) => state.inpainting);
|
||||
|
||||
@ -63,7 +63,7 @@ const Cacher = () => {
|
||||
stageScale,
|
||||
pastLines,
|
||||
futureLines,
|
||||
needsRepaint,
|
||||
needsCache,
|
||||
isDrawing,
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user