Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8521f37

Browse filesBrowse files
committed
fix modebar <style> update in IE11
1 parent 0124828 commit 8521f37
Copy full SHA for 8521f37

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/lib/index.js

Copy file name to clipboardExpand all lines: src/lib/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ lib.addRelatedStyleRule = function(uid, selector, styleString) {
713713
lib.deleteRelatedStyleRule = function(uid) {
714714
var id = 'plotly.js-style-' + uid,
715715
style = document.getElementById(id);
716-
if(style) style.remove();
716+
if(style) lib.removeElement(style);
717717
};
718718

719719
lib.isIE = function() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.