Browse Source

[dev] post edit publish

wenliming 2 years ago
parent
commit
f323bafd34
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/iframe/publish/publish.vue

+ 1 - 0
src/view/iframe/publish/publish.vue

@@ -39,6 +39,7 @@ const hideIframe = () => {
 };
 
 const hideSelectDialog = () => {
+    selectVisible.value = false;
     close();
 }