Skip to content

Commit

Permalink
fix: Navigation menu not displayed if text added in the body of a not…
Browse files Browse the repository at this point in the history
…e - EXO-71919 - Meeds-io/meeds#2067  (#989)

Navigation menu not displayed if text added in the body of a note
fixes #985
  • Loading branch information
hakermi authored and exo-swf committed Jun 3, 2024
1 parent 0fa90e5 commit 4b05f4c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ export default {
});
},
methods: {
getNoteLanguages(noteId) {
return this.$root.$children[0].getNoteLanguages(noteId);
},
getNodeById(noteId, source, noteBookType, noteBookOwner) {
return this.$notesService.getNoteById(noteId,this.selectedTranslation.value, source, noteBookType, noteBookOwner).then(data => {
this.note = data || {};
Expand Down

0 comments on commit 4b05f4c

Please sign in to comment.