mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix exportparts of tooltip inside wa-slider component (#1277)
This commit is contained in:
@@ -841,8 +841,8 @@ export default class WaSlider extends WebAwesomeFormAssociatedElement {
|
||||
id=${`tooltip${thumbId !== 'thumb' ? '-' + thumbId : ''}`}
|
||||
part="tooltip"
|
||||
exportparts="
|
||||
tooltip:tooltip__tooltip,
|
||||
content:tooltip__content,
|
||||
base:tooltip__base,
|
||||
body:tooltip__body,
|
||||
arrow:tooltip__arrow
|
||||
"
|
||||
trigger="manual"
|
||||
|
||||
Reference in New Issue
Block a user