Skip to content

Commit 8f47905

Browse files
committed
adjust: ACTION_TYPES.clear rotate 0
1 parent 6ed57af commit 8f47905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewerCore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default (props: ViewerProps) => {
132132
height: 0,
133133
scaleX: defaultScale,
134134
scaleY: defaultScale,
135-
rotate: 1,
135+
rotate: 0,
136136
imageWidth: 0,
137137
imageHeight: 0,
138138
loadFailed: false,

0 commit comments

Comments
 (0)