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