We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0392b97 commit 1469311Copy full SHA for 1469311
1 file changed
example/utils.js
@@ -52,7 +52,7 @@ export function showModal(text, isError, isClosable) {
52
}
53
54
export function checkSupport(scatterplot) {
55
- if (scatterplot.isSupported) {
+ if (!scatterplot.isSupported) {
56
showModal(
57
'Your browser does not support all necessary WebGL features. The scatter plot might not render properly.',
58
true,
0 commit comments