Skip to content

Commit 1570274

Browse files
committed
no really, initInteractions! fix #1044... again
I don't understand why we need to initInteractions twice, but it seems necessary to do both before and after finalDraw
1 parent d937732 commit 1570274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plot_api/plot_api.js

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ Plotly.plot = function(gd, data, layout, config) {
383383
drawFramework,
384384
marginPushers,
385385
marginPushersAgain,
386+
initInteractions,
386387
positionAndAutorange,
387388
subroutines.layoutStyles,
388389
drawAxes,

0 commit comments

Comments
 (0)