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 a813e54 commit 0accd7bCopy full SHA for 0accd7b
src/snapshot/helpers.js
@@ -7,7 +7,6 @@ exports.getDelay = function(fullLayout) {
7
8
return (
9
fullLayout._has('gl3d') ||
10
- fullLayout._has('gl2d') ||
11
fullLayout._has('mapbox') ||
12
fullLayout._has('map')
13
) ? 500 : 0;
0 commit comments