소스 검색

单分格时,自动选择第一个

sw 5 일 전
부모
커밋
1825730807
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/pages/view/components/ViewerContainer.tsx

+ 2 - 0
src/pages/view/components/ViewerContainer.tsx

@@ -484,6 +484,8 @@ const ViewerContainer: React.FC<ViewerContainerProps> = ({ imageUrls }) => {
     console.log('Rendering  layout', gridLayout);
     switch (gridLayout) {
       case '1x1': {
+        //变成单分格时,自动选中第一个
+        dispatch(toggleViewerSelection(allViewerUrls[0]));
           return (
             <div
               className="h-full w-full"