fix: improve mobile workbench controls
This commit is contained in:
@@ -65,7 +65,7 @@ describe("fitNetworkBounds", () => {
|
||||
expect(options).toMatchObject({
|
||||
duration: 600,
|
||||
maxZoom: 13,
|
||||
padding: { top: 48, right: 48, bottom: 48, left: 48 }
|
||||
padding: { top: 96, right: 48, bottom: 48, left: 48 }
|
||||
});
|
||||
expect(options).not.toHaveProperty("zoom");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user