summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-10 21:04:53 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-10 21:04:53 +0900
commit40d2e3e97c8eb0eb38ea63e496529e28f37398d6 (patch)
tree1e75e73906482a1773f30dbd7033b78e0db04104 /src/client/app/common
parentfix(package): update @types/node to version 10.11.6 (#2876) (diff)
downloadsharkey-40d2e3e97c8eb0eb38ea63e496529e28f37398d6.tar.gz
sharkey-40d2e3e97c8eb0eb38ea63e496529e28f37398d6.tar.bz2
sharkey-40d2e3e97c8eb0eb38ea63e496529e28f37398d6.zip
:art:
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/views/components/note-menu.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/note-menu.vue b/src/client/app/common/views/components/note-menu.vue
index 5bc4bc7e41..6030e4fd30 100644
--- a/src/client/app/common/views/components/note-menu.vue
+++ b/src/client/app/common/views/components/note-menu.vue
@@ -79,6 +79,7 @@ export default Vue.extend({
(this as any).api('i/pin', {
noteId: this.note.id
}).then(() => {
+ (this as any).os.new(Ok);
this.destroyDom();
});
},