We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0162797 commit 5039aa5Copy full SHA for 5039aa5
src/components/shapes/draw.js
@@ -57,7 +57,7 @@ function draw(gd) {
57
function drawOne(gd, index) {
58
// remove the existing shape if there is one.
59
// because indices can change, we need to look in all shape layers
60
- gd._fullLayout._paper
+ gd._fullLayout._paperdiv
61
.selectAll('.shapelayer [data-index="' + index + '"]')
62
.remove();
63
0 commit comments