diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 18:29:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 18:29:27 +0900 |
| commit | e82268db7ee9863b2eaeea64f843afa091b024f8 (patch) | |
| tree | 0f88d55d7f9bf3e1d3a4a91aafdd972af87117af /src/web/app/desktop/views | |
| parent | なんかもうめっちゃ変えた (diff) | |
| download | sharkey-e82268db7ee9863b2eaeea64f843afa091b024f8.tar.gz sharkey-e82268db7ee9863b2eaeea64f843afa091b024f8.tar.bz2 sharkey-e82268db7ee9863b2eaeea64f843afa091b024f8.zip | |
:v:
Diffstat (limited to 'src/web/app/desktop/views')
| -rw-r--r-- | src/web/app/desktop/views/components/input-dialog.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/components/input-dialog.vue b/src/web/app/desktop/views/components/input-dialog.vue index e27bc8da88..e939fc1903 100644 --- a/src/web/app/desktop/views/components/input-dialog.vue +++ b/src/web/app/desktop/views/components/input-dialog.vue @@ -43,7 +43,6 @@ export default Vue.extend({ mounted() { if (this.default) this.text = this.default; this.$nextTick(() => { - console.log(this); (this.$refs.text as any).focus(); }); }, |