File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ export default function () {
136136 getVideoDuration = { getVideoDuration }
137137 />
138138 { ! preventDefault && < div style = { styles . overlay } >
139- < div className = "previous-story-button" style = { { width : '50%' , zIndex : 999 } } onTouchStart = { debouncePause } onTouchEnd = { mouseUp ( 'previous' ) } onMouseDown = { debouncePause } onMouseUp = { mouseUp ( 'previous' ) } />
140- < div className = "next-story-button" style = { { width : '50%' , zIndex : 999 } } onTouchStart = { debouncePause } onTouchEnd = { mouseUp ( 'next' ) } onMouseDown = { debouncePause } onMouseUp = { mouseUp ( 'next' ) } />
139+ < div style = { { width : '50%' , zIndex : 999 } } onTouchStart = { debouncePause } onTouchEnd = { mouseUp ( 'previous' ) } onMouseDown = { debouncePause } onMouseUp = { mouseUp ( 'previous' ) } />
140+ < div style = { { width : '50%' , zIndex : 999 } } onTouchStart = { debouncePause } onTouchEnd = { mouseUp ( 'next' ) } onMouseDown = { debouncePause } onMouseUp = { mouseUp ( 'next' ) } />
141141 </ div > }
142142 </ div >
143143 )
You can’t perform that action at this time.
0 commit comments