lex-xin 5 月之前
父節點
當前提交
633afa74ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';