Skip to content

Commit

Permalink
Mirror the incident bottom sheet to prevent focus from being stolen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Nov 3, 2023
1 parent a9927d5 commit dcafb24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/dispatch/static/dispatch/src/case/BulkEditSheet.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<v-bottom-sheet v-model="showBulkEdit" hide-overlay persistent>
<v-bottom-sheet
v-model="showBulkEdit"
:scrim="false"
persistent
no-click-animation
:retain-focus="false"
>
<handoff-dialog />
<closed-dialog />
<v-card :loading="bulkEditLoading" rounded="0">
Expand Down

0 comments on commit dcafb24

Please sign in to comment.