Fix changed events for widget nodes

Need an internal delay to ensure graph has finished processing
This commit is contained in:
space-nuko
2023-05-08 02:52:04 -05:00
parent 2d8b121fb3
commit e6172b0648
5 changed files with 61 additions and 32 deletions

View File

@@ -173,14 +173,17 @@ body {
background: var(--ae-panel-bg-color) !important;
}
.container {
.z-index0, .z-index1, .z-index2 {
> .block > .v-pane > .animation-wrapper > .widget:not(.edit) {
padding: var(--ae-inside-padding-size) !important;
border: 1px solid var(--ae-panel-border-color) !important;
}
}
}
// Add blocks for components not located in a physical container
// TODO make it work with accordions/tabs
// .container {
// .z-index0, .z-index1, .z-index2 {
// > .block > .v-pane > .animation-wrapper > .widget:not(.edit) {
// padding: var(--ae-inside-padding-size) !important;
// border: 1px solid var(--ae-panel-border-color) !important;
// }
// }
// }
.widget:has(> .gradio-button) {
height: 100%;