fix(front): Focus report comment input in report modal
Closes #1236 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -617,7 +617,12 @@
|
||||
</div>
|
||||
</o-modal>
|
||||
</div>
|
||||
<o-modal v-if="group" v-model:active="isReportModalActive">
|
||||
<o-modal
|
||||
v-if="group"
|
||||
v-model:active="isReportModalActive"
|
||||
:autoFocus="false"
|
||||
:trapFocus="false"
|
||||
>
|
||||
<report-modal
|
||||
ref="reportModalRef"
|
||||
:on-confirm="reportGroup"
|
||||
|
||||
@@ -218,6 +218,8 @@
|
||||
v-model:active="isReportModalActive"
|
||||
has-modal-card
|
||||
ref="reportModal"
|
||||
:autoFocus="false"
|
||||
:trapFocus="false"
|
||||
>
|
||||
<ReportModal
|
||||
:on-confirm="reportPost"
|
||||
|
||||
Reference in New Issue
Block a user