elevatorsaga icon indicating copy to clipboard operation
elevatorsaga copied to clipboard

Stopping between floors doesn't seem to trigger idle event

Open magwo opened this issue 10 years ago • 1 comments

Write a test to confirm and fix.

magwo avatar Jul 19 '15 16:07 magwo

In interfaces.js:

if(elevatorInterface.destinationQueue.length && epsilonEquals(_.first(elevatorInterface.destinationQueue), position)) {

magwo avatar Jul 19 '15 16:07 magwo