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 1c70f9a commit 4b164a2Copy full SHA for 4b164a2
src/components/modebar/modebar.js
@@ -88,9 +88,7 @@ proto.update = function(graphInfo, buttons) {
88
}
89
90
if(fullLayout.modebar.orientation === 'v') {
91
- d3.select(this.element).insert(function() {
92
- return logoGroup;
93
- }, ':first-child');
+ this.element.insertBefore(logoGroup, this.element.childNodes[0]);
94
} else {
95
this.element.appendChild(logoGroup);
96
0 commit comments