-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix(image): Fixed issue 2266 (#2266) * wip: refactor image preveiw component * wip: zoom image with fixed mouse focus position * fix: fixed zoom image with fixed mouse focus position on other rotation * test(image): change the test: mouse drag to verify translate * refactor(preview-image-foundation): Increased readability of the initialize image part of the logic * chore(package.json): remove packageManager * fix: fixed the `translate` CSS property can not be used in low version browser * chore(image): remove useless code * refactor(image): use calcBoundingRectSize() instead of document.getBoundingClientRect() * fix: remove useless packagemanager & simplify logic --------- Co-authored-by: zhangyumei.0319 <[email protected]>
- Loading branch information
1 parent
bf049be
commit 2a5ead2
Showing
8 changed files
with
293 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,4 +241,4 @@ | |
] | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.