adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
852 stars 74 forks source link

Guard against null documents in documents.close #3682

Closed iwehrman closed 8 years ago

iwehrman commented 8 years ago

This PR adds a guard against null document model references in document.close. This is necessary because the menu system can't guarantee that this action will only be played when a valid document model exists because the menu system's rebuilds are debounced. See discussion in #3678. We should be on the lookout for other instances of this unsound assumption.

Addresses #3678.

baaygun commented 8 years ago

Ok!