|
|
@@ -18,7 +18,6 @@ class ActionButton extends window.HTMLElement {
|
|
|
this.setAttribute('role', 'none')
|
|
|
this.btn.title = json.title
|
|
|
this.btn.onclick = () => {
|
|
|
- console.log(json.arguments)
|
|
|
if (json.arguments.length > 0) {
|
|
|
const frm = document.createElement('argument-form')
|
|
|
frm.setup(json, (args) => {
|