File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1173,7 +1173,9 @@ notPassive = {
11731173 window . removeEventListener ( 'mouseup' , this . onPointerUp , passive ) ;
11741174 window . removeEventListener ( 'touchmove' , this . onPointerMove , passive ) ;
11751175 window . removeEventListener ( 'touchend' , this . onPointerUp , passive ) ;
1176- return window . removeEventListener ( 'touchmove' , this . onWinMove , notPassive ) ;
1176+ window . removeEventListener ( 'touchmove' , this . onWinMove , notPassive ) ;
1177+ window . removeEventListener ( 'contextmenu' , this . onPointerUp , passive ) ;
1178+ return window . removeEventListener ( 'touchmove' , this . stopEvent , notPassive ) ;
11771179 } ,
11781180 computed : {
11791181 // The current slide or page index. It rounds differently depending on the
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-ssr-carousel" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "description" : " A performance focused Vue carousel designed for SSR/SSG environments." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments