Skip to content

Commit 7d5dff2

Browse files
committed
src/components/images/draw.js
1 parent 3a064e7 commit 7d5dff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/images/draw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ module.exports = function draw(gd) {
229229
var subplotObj = fullLayout._plots[subplot];
230230

231231
// filter out overlaid plots (which have their images on the main plot)
232-
// and gl2d plots (which don't support below images, at least not yet)
233232
if(!subplotObj.imagelayer) continue;
234233

235234
var imagesOnSubplot = subplotObj.imagelayer.selectAll('image')

0 commit comments

Comments
 (0)