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';