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 9fd2381 commit 76f8026Copy full SHA for 76f8026
test/tool/mock_l7.js
@@ -26,7 +26,7 @@ const Maplibre = ({ mapInstance }) => {
26
};
27
const Layer = () => {
28
return {
29
- animateStatus: false,
+ animateStatus: this.animateStatus || false,
30
source() {
31
return this;
32
},
0 commit comments