Skip to content

Commit 17c3160

Browse files
author
Dennis Labordus
committed
Refactor CoMPAS Versions Tab, added help content.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent deb67eb commit 17c3160

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

__snapshots__/compas-versions-plugin.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
<mwc-list-item
7474
aria-disabled="false"
7575
graphic="control"
76-
hasmeta=""
7776
mwc-list-item=""
7877
tabindex="0"
7978
>
@@ -93,7 +92,6 @@
9392
<mwc-list-item
9493
aria-disabled="false"
9594
graphic="control"
96-
hasmeta=""
9795
mwc-list-item=""
9896
tabindex="-1"
9997
>

src/compas-editors/CompasVersions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default class CompasVersionsPlugin extends LitElement {
9797
</mwc-list-item>`
9898
}
9999
return html`<mwc-list-item tabindex="0"
100-
hasMeta
101100
graphic="control">
102101
${name} (${version})
103102
<span slot="graphic" style="width: 90px">

0 commit comments

Comments
 (0)