diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 14:58:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 14:58:37 +0900 |
| commit | ba1c823fb1839790ffc0bf3881ed8aead5d40713 (patch) | |
| tree | 0371c19c1bc2470e56d2d7b38aaeab39de18f5f8 /src/client/app/common/views/components/note-menu.vue | |
| parent | fix(package): update @types/redis to version 2.8.7 (#2866) (diff) | |
| download | misskey-ba1c823fb1839790ffc0bf3881ed8aead5d40713.tar.gz misskey-ba1c823fb1839790ffc0bf3881ed8aead5d40713.tar.bz2 misskey-ba1c823fb1839790ffc0bf3881ed8aead5d40713.zip | |
:art:
Diffstat (limited to 'src/client/app/common/views/components/note-menu.vue')
| -rw-r--r-- | src/client/app/common/views/components/note-menu.vue | 6 |
1 files changed, 6 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 c8ed1225cc..fd66cba8cb 100644 --- a/src/client/app/common/views/components/note-menu.vue +++ b/src/client/app/common/views/components/note-menu.vue @@ -103,6 +103,12 @@ export default Vue.extend({ (this as any).api('notes/favorites/create', { noteId: this.note.id }).then(() => { + this.$swal({ + type: 'success', + showConfirmButton: false, + timer: 1250, + customClass: 'swal-icon-only' + }); this.destroyDom(); }); }, |