diff --git a/src/additional-components/Controls/index.tsx b/src/additional-components/Controls/index.tsx index e12a88fb..1068d02a 100644 --- a/src/additional-components/Controls/index.tsx +++ b/src/additional-components/Controls/index.tsx @@ -90,21 +90,41 @@ const Controls: FC = ({
{showZoom && ( <> - + - + )} {showFitView && ( - + )} {showInteractive && ( - + {isInteractive ? : } )}