few fixes to ExplorerButoon

This commit is contained in:
jfh
2020-11-10 21:16:42 +01:00
parent d66a22fe4e
commit b692a32f70
2 changed files with 13 additions and 5 deletions

View File

@@ -210,7 +210,6 @@ export class FlyingButton extends HTMLElement {
this.$img.setAttribute('src', this.activeSlot.getAttribute('src'));
// capture click event on the button to manage the logic
const onClickHandler = (ev) => {
console.log(ev.target);
ev.stopPropagation();
switch (ev.target.nodeName) {
case 'SE-FLYINGBUTTON':