fix(scroll): fast zoom issue on windows with ctrl
This commit is contained in:
@@ -173,3 +173,5 @@ export const getTransformForBounds = (
|
||||
|
||||
return [x, y, clampedZoom];
|
||||
};
|
||||
|
||||
export const isMacOs = () => typeof navigator !== 'undefined' && navigator?.userAgent?.indexOf('Mac') >= 0;
|
||||
|
||||
Reference in New Issue
Block a user