mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tidy(ui): remove unused $isProcessingTransform atom
This commit is contained in:
@@ -246,7 +246,6 @@ export class CanvasStateApiModule extends CanvasModuleBase {
|
||||
};
|
||||
|
||||
$transformingEntity = atom<CanvasEntityIdentifier | null>(null);
|
||||
$isProcessingTransform = atom<boolean>(false);
|
||||
|
||||
$toolState: WritableAtom<ToolState> = atom();
|
||||
$currentFill: WritableAtom<RgbaColor> = atom();
|
||||
|
||||
Reference in New Issue
Block a user