File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @libresign/vue-pdf-editor" ,
33 "description" : " vue2 pdf editor component" ,
4- "version" : " 1.6.1 " ,
4+ "version" : " 1.6.2 " ,
55 "author" : " LibreCode" ,
66 "private" : false ,
77 "main" : " dist/vue-pdf-editor.umd.js" ,
Original file line number Diff line number Diff line change @@ -550,9 +550,9 @@ export default {
550550
551551 doc .allObjects .forEach ((pageObjects , pageIndex ) => {
552552 // Get canvas measurement for this page
553- const pageRef = this .$refs [' page' + pageIndex]
553+ const pageRef = this .$refs [` page${ docIndex } - ${ pageIndex} ` ]
554554 if (! pageRef || ! pageRef[0 ]) {
555- console .warn (` VuePdfEditor.getAllObjects: Cannot access page ${ pageIndex} ref` )
555+ console .warn (` VuePdfEditor.getAllObjects: Cannot access page ${ docIndex } - ${ pageIndex} ref` )
556556 return
557557 }
558558
You can’t perform that action at this time.
0 commit comments