mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 01:45:36 +02:00
✌️
This commit is contained in:
@@ -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();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user