Skip to content

Commit fbf48bb

Browse files
committed
adjust
1 parent b68573f commit fbf48bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/js-scroll-effect-module.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ export default class SCROLL_EFFECT_MODULE {
7777
}
7878

7979
Stop(){
80-
this.state.PosList.map((el, i)=>{
81-
el.active = false;
80+
this.state.PosList.map((el)=>{
8281
DOM.removeClass(el.el, this.config.classNameInview);
8382
});
8483
this.state.PosList = [];

0 commit comments

Comments
 (0)