8000 Concealed tooltips. · arduino/lab-micropython-editor@b5c766e · GitHub
[go: up one dir, main page]

Skip to content

Commit b5c766e

Browse files
committed
Concealed tooltips.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent 9a05dd9 commit b5c766e

File tree

1 file changed

+1
-0
lines changed
  • ui/arduino/views/components/elements

1 file changed

+1
-0
lines changed

ui/arduino/views/components/elements/button.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function Button(args) {
1515
if (tooltip) {
1616
tooltipEl = html`<div class="tooltip">${tooltip}</div>`
1717
}
18+
tooltipEl = html``
1819
let activeClass = active ? 'active' : ''
1920
let backgroundClass = background ? 'inverted' : ''
2021
let buttonFirstClass = first ? 'first' : ''

0 commit comments

Comments
 (0)
0