Selaa lähdekoodia

[dev] post edit publish

wenliming 2 vuotta sitten
vanhempi
commit
f323bafd34
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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();
 }