performant-software / textlab

A collaborative space for creating and publishing digital critical editions.
http://www.textlab.org
GNU General Public License v3.0
13 stars 4 forks source link

TL #255 - Tag Dropdown #256

Closed dleadbetter closed 2 years ago

dleadbetter commented 2 years ago

This pull request fixes a bug with the tag dropdown in attribute-modal-dialog.js. There were situations where this.model.zones was undefined, so calling this.model.zones.models resulted in an exception.