Skip to content

Commit

Permalink
修改一些细节
Browse files Browse the repository at this point in the history
  • Loading branch information
slince-zero committed May 14, 2024
1 parent 666784a commit 8b5e81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/context/imageDownload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const ImageDownloadProvider = ({
} else {
node = imageContainerRef.current
}
console.log(node, 'nnnnn')

if (node) {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/page/center/dragScreenShot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ScreenCapture = () => {
cursor: isDragging ? 'grabbing' : 'grab',
}}
onMouseDown={onMouseDown}>
拖拽截图
下载选中区域
<div
style={{
position: 'absolute',
Expand Down

0 comments on commit 8b5e81a

Please sign in to comment.