Skip to content

Commit ab37122

Browse files
committed
fixup interactions
1 parent 95751cb commit ab37122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot_api/plot_api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ function plot(gd, data, layout, config) {
404404
}
405405

406406
function insideTickLabelsAutorange(gd) {
407-
gd._fullLayout._insideTickLabelsAutorangeDone = true;
408-
409407
var obj = gd._fullLayout._insideTickLabelsAutorange;
410408
if(!obj) return;
409+
410+
gd._fullLayout._insideTickLabelsAutorangeDone = true;
411411
return relayout(gd, obj);
412412
}
413413

0 commit comments

Comments
 (0)