Skip to content

Commit f439e41

Browse files
committed
in diffData I had _fullInput in the new trace, but not the old!
1 parent 03956e1 commit f439e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,7 @@ function diffData(gd, oldFullData, newFullData, immutable) {
24032403
Axes.getFromId(gd, trace.xaxis).autorange ||
24042404
Axes.getFromId(gd, trace.yaxis).autorange
24052405
) : false;
2406-
getDiffFlags(oldFullData[i], trace, [], diffOpts);
2406+
getDiffFlags(oldFullData[i]._fullInput, trace, [], diffOpts);
24072407
}
24082408

24092409
if(flags.calc || flags.plot || flags.calcIfAutorange) {

0 commit comments

Comments
 (0)