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 7408232 commit 3c37554Copy full SHA for 3c37554
src/components/modebar/buttons.js
@@ -338,8 +338,6 @@ modeBarButtons.resetCameraLastSave3d = {
338
function handleCamera3d(gd, ev) {
339
var button = ev.currentTarget;
340
var attr = button.getAttribute('data-attr');
341
- if(attr !== 'resetLastSave' && attr !== 'resetDefault') return;
342
-
343
var fullLayout = gd._fullLayout;
344
var sceneIds = fullLayout._subplots.gl3d;
345
var aobj = {};
0 commit comments