lex-xin 5 tháng trước cách đây
mục cha
commit
633afa74ce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/layout/guide-section/guide-drag.ts

+ 1 - 1
src/components/layout/guide-section/guide-drag.ts

@@ -386,7 +386,7 @@ export default function useDrag(
   }
   function refreshPos() {
     // 全屏切换的时候不做重置
-    if (isResizeBlocked) return;
+    if (isResizeBlocked || isFullscreen()) return;
 
     windowInfo.currentType = 'SMALL';
     windowInfo.windowType = 'SMALL';