progress on spin button

This commit is contained in:
JFH
2020-11-21 17:11:13 +01:00
parent 9b464b7a32
commit c8a2b70ed4
8 changed files with 24 additions and 389 deletions

View File

@@ -242,7 +242,6 @@ export class ExplorerButton extends HTMLElement {
connectedCallback () {
// 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-EXPLORERBUTTON':