diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-18 05:35:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-18 05:35:06 +0900 |
| commit | 31ce3aa31296a1809cabc02f1ed6c92b328f5b3e (patch) | |
| tree | ffb15463ddcaad74c4e17076640cd9bf9082ab2d /src/client/app/desktop/views/components/input-dialog.vue | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-31ce3aa31296a1809cabc02f1ed6c92b328f5b3e.tar.gz misskey-31ce3aa31296a1809cabc02f1ed6c92b328f5b3e.tar.bz2 misskey-31ce3aa31296a1809cabc02f1ed6c92b328f5b3e.zip | |
キーボードショートカットを強化するなど
Diffstat (limited to 'src/client/app/desktop/views/components/input-dialog.vue')
| -rw-r--r-- | src/client/app/desktop/views/components/input-dialog.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/input-dialog.vue b/src/client/app/desktop/views/components/input-dialog.vue index e2cf4e48fd..cf7c09ea56 100644 --- a/src/client/app/desktop/views/components/input-dialog.vue +++ b/src/client/app/desktop/views/components/input-dialog.vue @@ -1,5 +1,5 @@ <template> -<mk-window ref="window" is-modal width="500px" @before-close="beforeClose" @closed="$destroy"> +<mk-window ref="window" is-modal width="500px" @before-close="beforeClose" @closed="destroyDom"> <span slot="header" :class="$style.header"> %fa:i-cursor%{{ title }} </span> |