Skip to content

Commit 389b211

Browse files
committed
add Plotly.eraseActiveShape command
1 parent 149c895 commit 389b211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plot_api/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ exports.deleteFrames = main.deleteFrames;
2424
exports.animate = main.animate;
2525
exports.setPlotConfig = main.setPlotConfig;
2626

27+
exports.eraseActiveShape = require('../components/shapes/draw').eraseActiveShape;
28+
2729
exports.toImage = require('./to_image');
2830
exports.validate = require('./validate');
2931
exports.downloadImage = require('../snapshot/download');

0 commit comments

Comments
 (0)