File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 114114 <div class =" w-full" style =" text-align : center ;" >
115115 <div style =" display : inline-block ;" >
116116 <div class =" p-5 items-center"
117- style =" text-align : center "
118- @mousedown =" selectPage(currentPage)"
119- @touchstart =" selectPage(currentPage)" >
117+ style =" text-align : center " >
120118 <div style =" display : inline-block ;"
121119 class =" relative shadow-lg" >
122120 <PDFPage :ref =" `page${currentPage}`"
@@ -625,10 +623,6 @@ export default {
625623 this .currentFont = name
626624 },
627625
628- selectPage (index ) {
629- this .currentPage = index
630- },
631-
632626 updateObject (objectId , payload ) {
633627 this .allObjects = this .allObjects .map ((objects , pIndex ) =>
634628 pIndex === (payload .currentPage !== undefined ? payload .currentPage : this .currentPage )
You can’t perform that action at this time.
0 commit comments