Skip to content

Commit

Permalink
fix: re-enable input fields in custom plugins dialog (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancho0202 authored May 31, 2024
1 parent 1d27406 commit 38b490d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/openscd/src/addons/Layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export class OscdLayout extends LitElement {
padding: 20px;
padding-left: 50px;
}
#menu[selected] ~ #menudetails {
#pluginKindList [value="menu"][selected] ~ #menudetails {
display: grid;
}
#enabledefault {
Expand Down Expand Up @@ -804,4 +804,4 @@ export class OscdLayout extends LitElement {
display: flex;
}
`;
}
}

0 comments on commit 38b490d

Please sign in to comment.