mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Don't enter iD.modeSelect without valid entities in selectedIDs
This commit is contained in:
@@ -152,7 +152,9 @@ export function behaviorBreathe() {
|
||||
|
||||
breathe.off = function() {
|
||||
done = true;
|
||||
timer.stop();
|
||||
if (timer) {
|
||||
timer.stop();
|
||||
}
|
||||
selected
|
||||
.interrupt()
|
||||
.call(reset);
|
||||
|
||||
Reference in New Issue
Block a user