Skip to content

Commit

Permalink
fix(application): allow use of multiple drawers (#14450)
Browse files Browse the repository at this point in the history
fixes #13665

reverts change made in b1058f3
  • Loading branch information
johnleider committed Dec 1, 2021
1 parent 1bf831b commit 85a1186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/services/application/index.ts
Expand Up @@ -36,7 +36,7 @@ export class Application extends Service implements IApplication {
location: TargetProp,
size: number
) {
this.application[location] = { [uid]: size }
this.application[location][uid] = size

this.update(location)
}
Expand Down

0 comments on commit 85a1186

Please sign in to comment.