We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb67eb commit 17c3160Copy full SHA for 17c3160
__snapshots__/compas-versions-plugin.md
@@ -73,7 +73,6 @@
73
<mwc-list-item
74
aria-disabled="false"
75
graphic="control"
76
- hasmeta=""
77
mwc-list-item=""
78
tabindex="0"
79
>
@@ -93,7 +92,6 @@
93
92
94
95
96
97
98
tabindex="-1"
99
src/compas-editors/CompasVersions.ts
@@ -97,7 +97,6 @@ export default class CompasVersionsPlugin extends LitElement {
</mwc-list-item>`
}
return html`<mwc-list-item tabindex="0"
100
- hasMeta
101
graphic="control">
102
${name} (${version})
103
<span slot="graphic" style="width: 90px">
0 commit comments