We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4f463 commit a316598Copy full SHA for a316598
1 file changed
src/Preview/index.tsx
@@ -197,7 +197,6 @@ const Preview: React.FC<PreviewProps> = props => {
197
198
const imgRef = useRef<HTMLImageElement>();
199
const wrapperRef = useRef<HTMLDivElement>(null);
200
- const lastActiveRef = useRef<HTMLElement | null>(null);
201
const groupContext = useContext(PreviewGroupContext);
202
const showLeftOrRightSwitches = groupContext && count > 1;
203
const showOperationsProgress = groupContext && count >= 1;
0 commit comments