Browse Source

[dev] post edit publish

wenliming 2 năm trước cách đây
mục cha
commit
f323bafd34
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 }