Skip to content

[Bug]: Temporary mode looks buggy #44

@super2ni

Description

@super2ni

Bug description

Using the "temporary" mode, VResizeDrawer seems out of sync with the underneath VNavigationDrawer.

Steps to reproduce

  • To your component add a VResizeDrawer like so:

<VResizeDrawer v-model="drawer" temporary @close="randomFunction" > Hello </VResizeDrawer>

  • Click outside the drawer
  • "drawer" stays "true"
  • The event "@close" is not raised

Relevant log output

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

invalidThis doesn't seem right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions