mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 16:13:08 +02:00
Fix #6029
This commit is contained in:
parent
200e82decb
commit
5dc75c9cea
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ export default Vue.extend({
|
||||||
}]
|
}]
|
||||||
source: this.$refs.renoteButton,
|
source: this.$refs.renoteButton,
|
||||||
viaKeyboard
|
viaKeyboard
|
||||||
}).then(this.focus);
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
renoteDirectly() {
|
renoteDirectly() {
|
||||||
|
|
Loading…
Reference in a new issue