fixed google drive link menu

This commit is contained in:
supertiger 2019-03-08 11:38:41 +00:00
parent f06cdaf4ac
commit c0f46b6445

View file

@ -144,6 +144,10 @@ export default {
name: "uploadDialog", name: "uploadDialog",
visibility: false visibility: false
}); });
this.$store.dispatch("setPopoutVisibility", {
name: "GDLinkMenu",
visibility: true
});
} }
}, },
mounted() { mounted() {