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 9a05dd9 commit b5c766eCopy full SHA for b5c766e
ui/arduino/views/components/elements/button.js
@@ -15,6 +15,7 @@ function Button(args) {
15
if (tooltip) {
16
tooltipEl = html`<div class="tooltip">${tooltip}</div>`
17
}
18
+ tooltipEl = html``
19
let activeClass = active ? 'active' : ''
20
let backgroundClass = background ? 'inverted' : ''
21
let buttonFirstClass = first ? 'first' : ''
0 commit comments