mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix node glow styling
This commit is contained in:
parent
c485cf568b
commit
e02af8f518
@ -878,7 +878,7 @@ const nodesSlice = createSlice({
|
|||||||
builder.addCase(appSocketQueueItemStatusChanged, (state, action) => {
|
builder.addCase(appSocketQueueItemStatusChanged, (state, action) => {
|
||||||
if (['in_progress'].includes(action.payload.data.status)) {
|
if (['in_progress'].includes(action.payload.data.status)) {
|
||||||
forEach(state.nodeExecutionStates, (nes) => {
|
forEach(state.nodeExecutionStates, (nes) => {
|
||||||
nes.status = NodeStatus.IN_PROGRESS;
|
nes.status = NodeStatus.PENDING;
|
||||||
nes.error = null;
|
nes.error = null;
|
||||||
nes.progress = null;
|
nes.progress = null;
|
||||||
nes.progressImage = null;
|
nes.progressImage = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user