investigate progress.
This commit is contained in:
@@ -57,9 +57,12 @@ Alpine.directive('hx-header', (el, { value, expression }, { evaluateLater, effec
|
||||
this.$refs.source.addEventListener('mouseover', reveal)
|
||||
this.$refs.source.addEventListener('mouseout', hide)
|
||||
},
|
||||
destroy() {
|
||||
this.popper.destroy()
|
||||
},
|
||||
tooltip: {
|
||||
|
||||
[':class']() { return { 'opacity-0': !this.show, 'opacity-100': this.show, 'pointer-events-none': !this.show, 'transition': true } },
|
||||
[':class']() { return {'opacity-0': !this.show, 'opacity-100': this.show, 'pointer-events-none': !this.show, 'transition': true } },
|
||||
["x-ref"]: 'tooltip',
|
||||
['x-transition']: true
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user