We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b472ef + 0af6515 commit 0e5e816Copy full SHA for 0e5e816
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@libresign/vue-pdf-editor",
3
"description": "vue2 pdf editor component",
4
- "version": "1.4.3",
+ "version": "1.4.4",
5
"author": "LibreCode",
6
"private": false,
7
"main": "dist/vue-pdf-editor.umd.js",
src/VuePdfEditor.vue
@@ -127,8 +127,8 @@
127
<slot name="custom"
128
:object="object"
129
:pagesScale="pagesScale[pIndex]"
130
- :page-width="pageSizes[pIndex + 1].width"
131
- :page-height="pageSizes[pIndex + 1].height"
+ :canvas-width="object.canvasWidth"
+ :canvas-height="object.canvasHeight"
132
@onUpdate="updateObject(object.id, $event)"
133
@onDelete="deleteObject(object.id)" />
134
</div>
0 commit comments