Skip to content

Commit

Permalink
Merge pull request #6137 from nextcloud-libraries/fix/4328-Pressing-E…
Browse files Browse the repository at this point in the history
…sc-key-on-Link-picker-dialog-closes-the-document
  • Loading branch information
juliusknorr authored Oct 17, 2024
2 parents f7a6e40 + d63e60d commit f2c75d5
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 f2c75d5

Please sign in to comment.