Skip to content

Commit 76f8026

Browse files
[fix]UT
1 parent 9fd2381 commit 76f8026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tool/mock_l7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Maplibre = ({ mapInstance }) => {
2626
};
2727
const Layer = () => {
2828
return {
29-
animateStatus: false,
29+
animateStatus: this.animateStatus || false,
3030
source() {
3131
return this;
3232
},

0 commit comments

Comments
 (0)