mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
9ebf3b11a4
(closes #4536) This avoids binding the viewer to an image key that might not be fully processed, which gets the viewer into a bad state. Instead, we initialize the viewer with a `null` image key and issue `moveToKey` immediately. This commit also adds exception handling for moveToKey.