documentation icon indicating copy to clipboard operation
documentation copied to clipboard

syntax error in dropdown example causes error in Safari

Open davidallenmann opened this issue 6 years ago • 0 comments

https://github.com/plotly/documentation/blob/source-design-merge/_posts/plotly_js/controls/callbacks-dropdowns/2015-11-19-simple-dropdown.html

Line 69 is missing square bracket and should be: var innerContainer = document.querySelector('[data-num="0"]'),

error behavior is that it does not run in Safari

davidallenmann avatar Feb 17 '19 20:02 davidallenmann