fix: 文字放大缩小卡顿问题
This commit is contained in:
parent
e0f65f76d6
commit
ff7b290138
@ -313,9 +313,8 @@ Component({
|
|||||||
});
|
});
|
||||||
}, true, this.movingCache);
|
}, true, this.movingCache);
|
||||||
} else {
|
} else {
|
||||||
// 某些机型(华为 P20)非移动场景下,只绘制一遍会偶然性图片绘制失败,目前采用再绘一遍的方法
|
// 某些机型(华为 P20)非移动和缩放场景下,只绘制一遍会偶然性图片绘制失败
|
||||||
// 文字也会出现
|
if (!isMoving && !this.isScale) {
|
||||||
if (!isMoving && (doView.type === 'image' || doView.type === 'text')) {
|
|
||||||
pen.paint()
|
pen.paint()
|
||||||
}
|
}
|
||||||
pen.paint((callbackInfo) => {
|
pen.paint((callbackInfo) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user