Skip to content

Commit

Permalink
将图片的缩放控制点从[se,r]改为[s,e,se,r] (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: the-didi <[email protected]>
the-didi and the-didi authored Jan 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fa28359 commit d24d1e5
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-plugin-hiprint",
"description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
"version": "0.0.57-beta9",
"version": "0.0.57-beta11",
"author": "CcSimple",
"license": "MIT",
"main": "dist/vue-plugin-hiprint.js",
2 changes: 1 addition & 1 deletion src/hiprint/hiprint.bundle.js
Original file line number Diff line number Diff line change
@@ -8303,7 +8303,7 @@ var hiprint = function (t) {
}

return m(e, t), e.prototype.getReizeableShowPoints = function () {
return ["se", "r"];
return ["s","e","se","r"];
}, e.prototype.getData = function (t) {
var e = "", f = this.getField();
t ? e = f ? f.split('.').reduce((a, c) => a ? a[c] : t[c], !1) || "" : this.options.src || this.printElementType.getData() : e = this.options.src || this.printElementType.getData();

0 comments on commit d24d1e5

Please sign in to comment.