删除多余代码
This commit is contained in:
parent
ee4078e5c9
commit
9686f69c1f
@ -14,7 +14,6 @@ class TransformHandle {
|
|||||||
|
|
||||||
checkVisible(view) {
|
checkVisible(view) {
|
||||||
return createBoundingRect(view).intersect(this.rect);
|
return createBoundingRect(view).intersect(this.rect);
|
||||||
// return this.rect && this.rect.intersect(createBoundingRect(view));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
revisibleView(view) {
|
revisibleView(view) {
|
||||||
|
Loading…
Reference in New Issue
Block a user