Don't enter iD.modeSelect without valid entities in selectedIDs

This commit is contained in:
Bryan Housel
2016-12-09 11:32:14 -05:00
parent a3de3534c3
commit 8a66b3d892
3 changed files with 39 additions and 5 deletions
+3 -1
View File
@@ -152,7 +152,9 @@ export function behaviorBreathe() {
breathe.off = function() {
done = true;
timer.stop();
if (timer) {
timer.stop();
}
selected
.interrupt()
.call(reset);