Skip to content

Commit

Permalink
fix: Fix Drawers Overlay definition - MEED-8266 - Meeds-io/MIPs#175
Browse files Browse the repository at this point in the history
This change will remove specificity of Drawer Overlays which will make the overlay opened by the Vue Drawer instead of the reusable component drawer 'exo-drawer'.
  • Loading branch information
boubaker authored and exo-swf committed Feb 6, 2025
1 parent 9f0a3ef commit 1398495
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
v-model="drawer"
:right="!$vuetify.rtl"
allow-expand
show-overlay
@expand-updated="expanded = $event"
@closed="reset">
<template slot="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<exo-drawer
ref="customPluginsDrawer"
v-model="drawer"
show-overlay
class="customPluginsDrawer"
right>
<template slot="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
ref="metadataDrawer"
v-model="drawer"
allow-expand
show-overlay
right
@closed="resetProperties">
<template slot="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
:confirm-close-labels="confirmCloseLabels"
:right="!$vuetify.rtl"
allow-expand
show-overlay
class="breadcrumbDrawer"
@closed="closeAllDrawer()">
<template v-if="drawerTitle" slot="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
ref="importNotesDrawer"
class="notesImportDrawer"
v-model="drawer"
show-overlay
right>
<template slot="title">
{{ $t('notes.label.importNotes') }}
Expand Down

0 comments on commit 1398495

Please sign in to comment.