We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9a38c commit e84861fCopy full SHA for e84861f
src/vector/platform/VectorBasePlatform.js
@@ -105,7 +105,7 @@ export default class VectorBasePlatform extends BasePlatform {
105
// Note that trying to reproduce the problem in isolation doesn't seem to work:
106
// see https://gist.github.com/turt2live/5ab87919918adbfd7cfb8f1ad10f2409 for
107
// an example (you'll need your own web server to host that).
108
- if (!!window.chrome) {
+ if (window.chrome) {
109
doUpdate();
110
}
111
0 commit comments