Disabled pointer interactions with active tab button.
This commit is contained in:
@@ -215,6 +215,7 @@
|
||||
cursor: default;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.model-manager .model-manager-body {
|
||||
|
||||
@@ -4132,10 +4132,10 @@ class ModelManager extends ComfyDialog {
|
||||
]),
|
||||
$el("div.topbar-left", [
|
||||
$el("div", [
|
||||
$el("div.model-tab-group", {
|
||||
$el("div.model-tab-group.no-highlight", {
|
||||
$: (el) => (this.#tabManagerButtons = el),
|
||||
}, tabManagerButtons),
|
||||
$el("div.model-tab-group", {
|
||||
$el("div.model-tab-group.no-highlight", {
|
||||
$: (el) => (this.#tabInfoButtons = el),
|
||||
style: { display: "none"},
|
||||
}, tabInfoButtons),
|
||||
|
||||
Reference in New Issue
Block a user