Skip to content

Commit

Permalink
fix: note/menu - able to reopen after fav/watch
Browse files Browse the repository at this point in the history
  • Loading branch information
fs5m8 committed Dec 18, 2022
1 parent 5fd44fa commit 54ee840
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/client/app/common/views/components/note-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ export default Vue.extend({
this.$root.dialog({
type: 'success',
splash: true
}).then(() => {
this.destroyDom();
});
this.destroyDom();
});
},
Expand All @@ -244,8 +245,9 @@ export default Vue.extend({
this.$root.dialog({
type: 'success',
splash: true
}).then(() => {
this.destroyDom();
});
this.destroyDom();
});
},
Expand Down

0 comments on commit 54ee840

Please sign in to comment.