Remove some unused code

Contributes to CL-1165
This commit is contained in:
Ian Paschal 2019-01-10 15:55:25 +01:00
parent 612b0d0165
commit 3377ed0e6e

View file

@ -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":