Skip to content

Commit cec6644

Browse files
committed
Switch drawframework and addframes order
1 parent 6db2451 commit cec6644

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
@@ -345,8 +345,8 @@ Plotly.plot = function(gd, data, layout, config) {
345345

346346
Lib.syncOrAsync([
347347
Plots.previousPromises,
348-
drawFramework,
349348
addFrames,
349+
drawFramework,
350350
marginPushers,
351351
marginPushersAgain,
352352
positionAndAutorange,

0 commit comments

Comments
 (0)