File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/floating-vue/src/components Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -467,12 +467,12 @@ const createPopper = () => defineComponent({
467
467
if ( this . parentPopper ) {
468
468
this . parentPopper . lockedChild = this
469
469
clearTimeout ( this . parentPopper . lockedChildTimer )
470
- this . parentPopper . lockedChildTimer = setTimeout ( ( ) => {
471
- if ( this . parentPopper . lockedChild = == this ) {
472
- this . parentPopper . lockedChild . hide ( { skipDelay } )
473
- this . parentPopper . lockedChild = null
474
- }
475
- } , 1000 )
470
+ // this.parentPopper.lockedChildTimer = setTimeout(() => {
471
+ // if (this.parentPopper.lockedChild ! == this) {
472
+ // this.parentPopper.lockedChild.hide({ skipDelay })
473
+ // this.parentPopper.lockedChild = null
474
+ // }
475
+ // }, 1000)
476
476
}
477
477
return
478
478
}
You can’t perform that action at this time.
0 commit comments