Adapted theme from stable-diffusion-webui-ux
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="wrapper gr-combo" class:updated={werePropsChanged}>
|
||||
<div class="wrapper comfy-combo" class:updated={werePropsChanged}>
|
||||
{#key $propsChanged}
|
||||
{#if node !== null && nodeValue !== null}
|
||||
<label>
|
||||
@@ -75,6 +75,7 @@
|
||||
items={node.properties.values}
|
||||
disabled={node.properties.values.length === 0}
|
||||
clearable={false}
|
||||
showChevron={true}
|
||||
on:change
|
||||
on:select
|
||||
on:filter
|
||||
|
||||
Reference in New Issue
Block a user