mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
fix mask editor icon missing
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
}"
|
}"
|
||||||
severity="secondary"
|
severity="secondary"
|
||||||
text
|
text
|
||||||
|
icon="pi pi-pencil"
|
||||||
|
icon-class="w-4 h-4"
|
||||||
@click="openMaskEditor"
|
@click="openMaskEditor"
|
||||||
>
|
/>
|
||||||
<i-comfy:mask class="!h-4 !w-4" />
|
|
||||||
</Button>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user