fix(ui): do not process gallery logic for image primitive node

This commit is contained in:
psychedelicious 2023-09-23 09:18:38 +10:00
parent 4d01b5c0f2
commit cba31efd78

View File

@ -17,7 +17,8 @@ import {
} from 'services/events/actions';
import { startAppListening } from '../..';
const nodeDenylist = ['load_image'];
// These nodes output an image, but do not actually *save* an image, so we don't want to handle the gallery logic on them
const nodeDenylist = ['load_image', 'image'];
export const addInvocationCompleteEventListener = () => {
startAppListening({