微调
This commit is contained in:
parent
b683f45612
commit
d58fb4efab
@ -122,10 +122,10 @@ export class ConcentrationDividingLine
|
|||||||
const [leftDevice, rightDevice] =
|
const [leftDevice, rightDevice] =
|
||||||
refDevice.localToCanvasPoint(
|
refDevice.localToCanvasPoint(
|
||||||
getRectangleCenter(refDevice.getLocalBounds())
|
getRectangleCenter(refDevice.getLocalBounds())
|
||||||
) <
|
).x <
|
||||||
section.localToCanvasPoint(
|
section.localToCanvasPoint(
|
||||||
getRectangleCenter(section.getLocalBounds())
|
getRectangleCenter(section.getLocalBounds())
|
||||||
)
|
).x
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
device: refDevice,
|
device: refDevice,
|
||||||
|
Loading…
Reference in New Issue
Block a user