Enlarge window when interacting with remote post.

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/799/head
Cyrille Bollu 2019-10-24 16:09:06 +02:00
rodzic 5dc89e5dac
commit 8618755289
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,7 @@ export default {
mounted: function() {
// Interacting with a post from a remote instance
this.$nextTick(function() {
window.resizeTo(650,800)
if (this.$route.name === 'interact-remote') {
// Automaticaly like, boost, or prepare reply
switch (this.$route.query.type) {