@progressive-development/pd-page 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/PdMenu.js +2 -2
package/package.json
CHANGED
package/src/PdMenu.js
CHANGED
|
@@ -157,8 +157,8 @@ export class PdMenu extends LitElement {
|
|
|
157
157
|
return html`
|
|
158
158
|
<ul>
|
|
159
159
|
|
|
160
|
-
<li
|
|
161
|
-
<slot name="slotLogo"></slot>
|
|
160
|
+
<li>
|
|
161
|
+
<slot name="slotLogo" @click="${PdMenu._scrollToTop}"></slot>
|
|
162
162
|
</li>
|
|
163
163
|
|
|
164
164
|
${this.menuItems.map(
|