-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Switch to vue-frag instead of vue-fragment to avoid errors durin…
…g delete Signed-off-by: Julius Härtl <[email protected]>
- Loading branch information
1 parent
0de6a61
commit 56c3057
Showing
5 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ | |
|
||
<NcActionSeparator /> | ||
|
||
<NcActionButton v-if="!note.readonly" :icon="actionDeleteIcon" @click="onDeleteNote"> | ||
<NcActionButton v-if="!note.readonly" :icon="actionDeleteIcon" @click="onDeleteNote" :close-after-click="true"> | ||
Check failure on line 85 in src/components/NoteItem.vue
|
||
{{ t('notes', 'Delete note') }} | ||
</NcActionButton> | ||
</template> | ||
|