Skip to content

Commit

Permalink
fix(files): allow closing modal dialog on RichText picker modal
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Oct 10, 2024
1 parent a8fc2c8 commit d63e60d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template>
<NcModal v-if="show"
:size="modalSize"
:can-close="false"
:can-close="true"
class="reference-picker-modal"
@close="onCancel">
<div ref="modal_content"
Expand Down

0 comments on commit d63e60d

Please sign in to comment.