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({
467467 if ( this . parentPopper ) {
468468 this . parentPopper . lockedChild = this
469469 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)
476476 }
477477 return
478478 }
You can’t perform that action at this time.
0 commit comments