Небольшие доделки

This commit is contained in:
Book Pauk
2020-10-30 00:00:05 +07:00
parent 8b59c72848
commit c67fd11be9
2 changed files with 4 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ class ExternalLibs extends Vue {
return;
this.frameSrc = this.makeProxySubst(link);
//this.frameVisible = false;
this.frameVisible = false;
this.$nextTick(() => {
this.frameVisible = true;
});