Skip to content

Commit a9b83bb

Browse files
committed
dragelement: export cover slip creator
1 parent 9b249c2 commit a9b83bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/dragelement/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ function coverSlip() {
177177
return cover;
178178
}
179179

180+
dragElement.coverSlip = coverSlip;
181+
180182
function finishDrag(gd) {
181183
gd._dragging = false;
182184
if(gd._replotPending) Plotly.plot(gd);

0 commit comments

Comments
 (0)