diff --git a/browser_tests/tests/vueNodes/nodeStates/lod.spec.ts-snapshots/vue-nodes-lod-inactive-chromium-linux.png b/browser_tests/tests/vueNodes/nodeStates/lod.spec.ts-snapshots/vue-nodes-lod-inactive-chromium-linux.png index 3ea369140..088c2c87e 100644 Binary files a/browser_tests/tests/vueNodes/nodeStates/lod.spec.ts-snapshots/vue-nodes-lod-inactive-chromium-linux.png and b/browser_tests/tests/vueNodes/nodeStates/lod.spec.ts-snapshots/vue-nodes-lod-inactive-chromium-linux.png differ diff --git a/src/renderer/extensions/vueNodes/components/LGraphNodePreview.vue b/src/renderer/extensions/vueNodes/components/LGraphNodePreview.vue index 40bd537fd..1e39d0132 100644 --- a/src/renderer/extensions/vueNodes/components/LGraphNodePreview.vue +++ b/src/renderer/extensions/vueNodes/components/LGraphNodePreview.vue @@ -3,28 +3,18 @@
- +
- + - +
@@ -68,7 +58,7 @@ const nodeData = computed(() => { Array.isArray(input.options) && input.options.length > 0 ? input.options[0] - : undefined, + : '', options: { ...input, hidden: input.hidden, @@ -119,7 +109,6 @@ const nodeData = computed(() => { } }) -const readonly = true const hasCustomContent = false const nodeImageUrls = ['']