mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
Remove some unused code
Contributes to CL-1165
This commit is contained in:
parent
612b0d0165
commit
3377ed0e6e
@ -214,13 +214,6 @@ Popup
|
||||
break
|
||||
case "down":
|
||||
availableSpace = targetPosition.y
|
||||
// if (availableSpace < realHeight)
|
||||
// {
|
||||
// if (direction != originalDirection)
|
||||
// {
|
||||
|
||||
// }
|
||||
// }
|
||||
direction = availableSpace < realHeight ? "up" : originalDirection
|
||||
break
|
||||
case "right":
|
||||
|
Loading…
x
Reference in New Issue
Block a user