This commit is contained in:
syuilo 2018-10-10 21:04:53 +09:00
parent fcba9564d2
commit f6582d2b90

View file

@ -79,6 +79,7 @@ export default Vue.extend({
(this as any).api('i/pin', { (this as any).api('i/pin', {
noteId: this.note.id noteId: this.note.id
}).then(() => { }).then(() => {
(this as any).os.new(Ok);
this.destroyDom(); this.destroyDom();
}); });
}, },