mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 03:30:04 +00:00
Shift dialog close to right (#327)
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
@maximize="maximized = true"
|
||||
@unmaximize="maximized = false"
|
||||
>
|
||||
<template #header v-if="dialogStore.title">
|
||||
<h3>{{ dialogStore.title }}</h3>
|
||||
<template #header>
|
||||
<h3>{{ dialogStore.title || ' ' }}</h3>
|
||||
</template>
|
||||
|
||||
<component
|
||||
|
||||
Reference in New Issue
Block a user