Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: regenerate snapshot
Browse files Browse the repository at this point in the history
additionally, remove extra '' pair
trusz committed Jul 25, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 4b80805 commit ec638bc
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/openscd/src/addons/Layout.ts
Original file line number Diff line number Diff line change
@@ -445,7 +445,7 @@ export class OscdLayout extends LitElement {
`;

function renderTitle(docName?: string){
if(!docName) return html`''`;
if(!docName) return html``;

return html`<span slot="subtitle">${docName}</span>`;
}
Original file line number Diff line number Diff line change
@@ -294,7 +294,7 @@ snapshots["open-scd renders menu plugins passed down as props and it looks like
</mwc-list-item>
<mwc-list-item
aria-disabled="false"
class="middle"
class="bottom"
graphic="icon"
iconid="help"
mwc-list-item=""
@@ -311,7 +311,7 @@ snapshots["open-scd renders menu plugins passed down as props and it looks like
</oscd-plugin6589bc97026c833d>
<mwc-list-item
aria-disabled="true"
class="middle"
class="bottom"
disabled=""
graphic="icon"
iconid="history_toggle_off"
@@ -1389,7 +1389,7 @@ snapshots["open-scd renders editor plugins passed down as props and it looks lik
</mwc-list-item>
<mwc-list-item
aria-disabled="false"
class="middle"
class="bottom"
graphic="icon"
iconid="help"
mwc-list-item=""
@@ -1406,7 +1406,7 @@ snapshots["open-scd renders editor plugins passed down as props and it looks lik
</oscd-plugin6589bc97026c833d>
<mwc-list-item
aria-disabled="true"
class="middle"
class="bottom"
disabled=""
graphic="icon"
iconid="history_toggle_off"
@@ -2454,7 +2454,7 @@ snapshots["open-scd layout looks like its snapshot"] =
</mwc-list-item>
<mwc-list-item
aria-disabled="false"
class="middle"
class="bottom"
graphic="icon"
iconid="help"
mwc-list-item=""
@@ -2471,7 +2471,7 @@ snapshots["open-scd layout looks like its snapshot"] =
</oscd-plugin6589bc97026c833d>
<mwc-list-item
aria-disabled="true"
class="middle"
class="bottom"
disabled=""
graphic="icon"
iconid="history_toggle_off"

0 comments on commit ec638bc

Please sign in to comment.