Skip to content

Commit

Permalink
fixup! feat: Add overlay between calendar and open simple editor
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 14, 2025
1 parent 45ab8d9 commit ce16078
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/views/EditSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
'modal-mask--opaque': dark,
'modal-mask--light': lightBackdrop,
}"
:style="cssVariables"
role="dialog"
aria-modal="true"
tabindex="-1" />
Expand Down Expand Up @@ -361,11 +360,6 @@ export default {
closePopover() {

Check warning on line 360 in src/views/EditSimple.vue

View check run for this annotation

Codecov / codecov/patch

src/views/EditSimple.vue#L360

Added line #L360 was not covered by tests
this.showMask = false
},
cssVariables() {
return {
'--slideshow-duration': '300ms',
}
},
showMore() {
// Do not save yet
this.requiresActionOnRouteLeave = false
Expand Down

0 comments on commit ce16078

Please sign in to comment.