Skip to content

Commit 464529a

Browse files
fix(VMenu): disabled activatorFixed when attach is enabled (#15709)
fixes #14922
1 parent 381fdb5 commit 464529a

File tree

1 file changed

+4
-1
lines changed
  • packages/vuetify/src/mixins/menuable

1 file changed

+4
-1
lines changed

packages/vuetify/src/mixins/menuable/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,10 @@ export default baseMixins.extend<options>().extend({
281281
}
282282
},
283283
checkActivatorFixed () {
284-
if (this.attach !== false) return
284+
if (this.attach !== false) {
285+
this.activatorFixed = false
286+
return
287+
}
285288
let el = this.getActivator()
286289
while (el) {
287290
if (window.getComputedStyle(el).position === 'fixed') {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy